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