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