UBankAccountResponse.fromJson constructor

UBankAccountResponse.fromJson(
  1. String str
)

Implementation

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