Bank constructor
Implementation
Bank({
this.id,
required this.name,
required this.abbreviation,
this.description,
this.active,
this.createdAt,
this.updatedAt,
});
Bank({
this.id,
required this.name,
required this.abbreviation,
this.description,
this.active,
this.createdAt,
this.updatedAt,
});