UBankAccountCreateParams.fromJson constructor

UBankAccountCreateParams.fromJson(
  1. String str
)

Implementation

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