OutOfBandPayload.fromJson constructor
Alternate constructor that creates OutOfBandPayload from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory OutOfBandPayload.fromJson(Map<String, dynamic> json) {
return OutOfBandPayloadImpl.fromJson(json);
}