PayeeInfo.fromJson constructor

PayeeInfo.fromJson(
  1. dynamic json
)

Implementation

PayeeInfo.fromJson(dynamic json) {
  _dialCode = json['dial_code'];
  _phoneNumber = json['phone_number'];
}