Bank class

Constructors

Bank.new({required int id, required String name, required String code, required String bin, required String shortName, required int transferSupported, required int lookupSupported})
Bank.fromJson(Map<String, dynamic> json)
factory

Properties

bin String
final
code String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
final
lookupSupported int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
final
transferSupported int
final

Methods

copyWith({int? id, String? name, String? code, String? bin, String? shortName, int? transferSupported, int? lookupSupported}) Bank
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited