Bank constructor
- Color _color,
- String _missType,
- int _ix,
- double _wid,
- double _hgt,
- int _depth
Construct preserves build parameters
Implementation
Bank(this._color,this._missType,this._ix,this._wid,this._hgt,this._depth) {
this._bankName = "$_missType-$_ix";
}