Bank constructor

const Bank({
  1. String? name,
  2. String? initCode,
})

Implementation

const Bank({this.name, this.initCode});