AccountList class
Constructors
- AccountList({AccountContainer? bank, AccountContainer? alipay, AccountContainer? usdt})
-
AccountList.fromJson(Map<
String, dynamic> json)
Properties
- alipay ↔ AccountContainer?
-
getter/setter pair
- bank ↔ AccountContainer?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usdt ↔ AccountContainer?
-
getter/setter pair
Methods
-
canUse(
int type) → bool -
getAccountIcon(
int type) → String -
getAccountName(
int type) → String -
getAccountNo(
int type) → String -
getAddContent(
int type) → String -
getBgColor(
int type) → Color -
getBtnColor(
int type) → Color -
getTitleName(
int type) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited