OutOfBandOperationError.unknown constructor
- Map<
String, dynamic> json
Unknown out-of-band operation error, handling not categorized error cases.
Params:
- json: contains the source for instance creation.
Implementation
factory OutOfBandOperationError.unknown(Map<String, dynamic> json) {
return OutOfBandOperationUnknownError.fromJson(json);
}