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