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