Balance class
Represents account balance from the horizon account response.
Constructors
-
Balance(String assetType,
String assetCode, String assetIssuer, String balance, String limit, String buyingLiabilities, String sellingLiabilities, bool isAuthorized, bool isAuthorizedToMaintainLiabilities, bool isClawbackEnabled, int lastModifiedLedger, String sponsor ) -
Balance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- asset → Asset
-
read-only
- assetCode ↔ String
-
read / write
- assetIssuer ↔ String
-
read / write
- assetType ↔ String
-
read / write
- balance ↔ String
-
read / write
- buyingLiabilities ↔ String
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isAuthorized ↔ bool
-
read / write
- isAuthorizedToMaintainLiabilities ↔ bool
-
read / write
- isClawbackEnabled ↔ bool
-
read / write
- lastModifiedLedger ↔ int
-
read / write
- limit ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sellingLiabilities ↔ String
-
read / write
- sponsor ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited