PendingOutOfBandOperationsError.fromJson constructor
- Map<
String, dynamic> json
Alternate constructor to create an PendingOutOfBandOperationsError from json.
Params:
- json: contains the source for instance creation.
Implementation
factory PendingOutOfBandOperationsError.fromJson(Map<String, dynamic> json) {
return const PendingOutOfBandOperationsErrorConverter().fromJson(json);
}