AptosGraphQLTokenData class
Constructors
- AptosGraphQLTokenData.new({required String collectionId, required String description, bool? isFungibleV2, dynamic largestPropertyVersionV1, required dynamic lastTransactionTimestamp, required dynamic lastTransactionVersion, dynamic maximum, dynamic supply, required String tokenDataId, required String tokenName, required dynamic tokenProperties, required String tokenStandard, required String tokenUri, dynamic decimals, AptosGraphQLTokenCollection? currentCollection})
-
AptosGraphQLTokenData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- collectionId → String
-
final
- currentCollection → AptosGraphQLTokenCollection?
-
final
- decimals → dynamic
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFungibleV2 → bool?
-
final
- largestPropertyVersionV1 → dynamic
-
final
- lastTransactionTimestamp → dynamic
-
final
- lastTransactionVersion → dynamic
-
final
- maximum → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supply → dynamic
-
final
- tokenDataId → String
-
final
- tokenName → String
-
final
- tokenProperties → dynamic
-
final
- tokenStandard → String
-
final
- tokenUri → 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