BankAccountTypeModel constructor

BankAccountTypeModel({
  1. int? id,
  2. String? name,
})

Implementation

BankAccountTypeModel({this.id, this.name});