BankAccountCustomerId.fromJson constructor

BankAccountCustomerId.fromJson(
  1. Object? json
)

Implementation

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