TransferTo.fromJson constructor
TransferTo.fromJson(
- dynamic json
Implementation
TransferTo.fromJson(dynamic json) {
_masterUserId = json['master_user_id'];
_name = json['name'];
}
TransferTo.fromJson(dynamic json) {
_masterUserId = json['master_user_id'];
_name = json['name'];
}