BankAccountCustomerId.fromJson constructor
BankAccountCustomerId.fromJson(
- Object? json
Implementation
factory BankAccountCustomerId.fromJson(Object? json) =>
BankAccountCustomerId(id: (json as String));