Bank class
Constructors
Properties
- bin → String
-
final
- code → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- logo → String
-
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, String? logo, 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