AptosGraphQLTokenOwnershipV2TokenData class

Constructors

AptosGraphQLTokenOwnershipV2TokenData.new({required String collectionId, required String description, bool? isFungibleV2, dynamic largestPropertyVersionV1, dynamic lastTransactionTimestamp, dynamic lastTransactionVersion, dynamic maximum, dynamic supply, required String tokenDataId, required String tokenName, dynamic tokenProperties, required String tokenStandard, required String tokenUri, dynamic decimals, AptosGraphQLTokenOwnershipV2TokenDataCollection? currentCollection})
AptosGraphQLTokenOwnershipV2TokenData.fromJson(Map<String, dynamic> json)
factory

Properties

collectionId String
final
currentCollection AptosGraphQLTokenOwnershipV2TokenDataCollection?
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