AccountInfo class

Constructors

AccountInfo.fromMap(Map m)

Properties

accountType String
getter/setter pair
balances List<Balance>
getter/setter pair
buyerCommission int
getter/setter pair
canDeposit bool
getter/setter pair
canTrade bool
getter/setter pair
canWithdraw bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
makerCommission int
getter/setter pair
permissions List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerCommission int
getter/setter pair
takerCommission int
getter/setter pair
updateTime int
getter/setter pair

Methods

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