BankAccountCustomerId constructor
const
BankAccountCustomerId({
- required String id,
Implementation
const BankAccountCustomerId({required this.id});
const BankAccountCustomerId({required this.id});