AptosGraphQLFungibleAssetMetadata class
Constructors
- AptosGraphQLFungibleAssetMetadata.new({required String tokenStandard, required String symbol, String? supplyAggregatorTableKeyV1, String? supplyAggregatorTableHandleV1, String? projectUri, required String name, required dynamic lastTransactionVersion, required dynamic lastTransactionTimestamp, String? iconUri, required int decimals, required String creatorAddress, required String assetType})
-
AptosGraphQLFungibleAssetMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetType → String
-
final
- creatorAddress → String
-
final
- decimals → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUri → String?
-
final
- lastTransactionTimestamp → dynamic
-
final
- lastTransactionVersion → dynamic
-
final
- name → String
-
final
- projectUri → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supplyAggregatorTableHandleV1 → String?
-
final
- supplyAggregatorTableKeyV1 → String?
-
final
- symbol → String
-
final
- tokenStandard → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited