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