Bank constructor

Bank({
  1. String? name,
  2. String? code,
  3. String? id,
})

Implementation

Bank({this.name, this.code, this.id});