Bank copyWith({String? name, String? initCode}) => Bank(name: name ?? this.name, initCode: initCode ?? this.initCode);