BankModel class

The class representing a Bank.

Constructors

BankModel({required String idx, required String name, required String shortName})
Default constructor for BankModel.
BankModel.fromMap(Map<String, Object?> map)
Factory to create BankModel instance from map.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
idx String
A unique bank identification string.
final
URL of Bank's logo.
final
name String
Name of the Bank.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
Short name of the Bank.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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