Institution constructor

Institution({
  1. String? name,
  2. String? bankCode,
  3. String? type,
})

Implementation

Institution({this.name, this.bankCode, this.type});