RecipientViewRequestModel.fromJson constructor

RecipientViewRequestModel.fromJson(
  1. Map<String, dynamic> json
)

Implementation

RecipientViewRequestModel.fromJson(Map<String, dynamic> json)
    : authenticationMethod = json['authenticationMethod'],
      clientUserId = json['clientUserId'],
      email = json['email'],
      recipientId = json['recipientId'],
      returnUrl = json['returnUrl'],
      userName = json['userName'];