UBankAccountResponse.fromJson constructor
UBankAccountResponse.fromJson(
- String str
Implementation
factory UBankAccountResponse.fromJson(String str) => UBankAccountResponse.fromMap(json.decode(str));
factory UBankAccountResponse.fromJson(String str) => UBankAccountResponse.fromMap(json.decode(str));