TronAccountModel class
Constructors
-
TronAccountModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountName → String?
-
final
- accountResource → TronAccountResourceModel
-
final
-
activePermissions
→ List<
AccountPermissionModel> -
final
- address → String
-
final
- assetIssuedID → String?
-
final
- assetIssuedName → String?
-
final
- assetOptimized → bool?
-
final
-
assetV2
→ List<
AssetV2Model> -
final
- balance → BigInt
-
final
- createTime → BigInt
-
final
-
freeAssetNetUsageV2
→ List<
FreeAssetNetUsageV2Model> -
final
- freeNetUsage → int?
-
final
-
frozenSupply
→ List<
FrozenSupplyModel> -
final
-
frozenV2
→ List<
FrozenV2Model> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestConsumeFreeTime → BigInt?
-
final
- latestOperationTime → BigInt?
-
final
- netWindowOptimized → bool
-
final
- netWindowSize → int
-
final
- ownerPermission → AccountPermissionModel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unfrozenV2
→ List<
UnfrozenV2Model> -
final
- witnessPermission → AccountPermissionModel?
-
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.
inherited