BankAccountCustomerId constructor

const BankAccountCustomerId({
  1. required String id,
})

Implementation

const BankAccountCustomerId({required this.id});