WithdrawBean class
Constructors
-
WithdrawBean({double? taxRate, bool hasPass = false, String balance = "", String? usdtFee, int? accountIsFrozen, List<
AccountBean> ? accountList, int taxLow = 0, String? realMoney, String? withdrawTips}) -
WithdrawBean.fromJson(Map<
String, dynamic> json)
Properties
- accountIsFrozen ↔ int?
-
getter/setter pair
-
accountList
↔ List<
AccountBean> ? -
getter/setter pair
- balance ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPass ↔ bool
-
getter/setter pair
- passFreeze ↔ int?
-
getter/setter pair
- realMoney ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxLow ↔ int
-
getter/setter pair
- taxRate ↔ double?
-
getter/setter pair
- usdtFee ↔ String?
-
getter/setter pair
- withdrawTips ↔ String?
-
getter/setter pair
Methods
-
isAccountFreeze(
) → bool -
isPwdFreeze(
) → bool -
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