AptosGraphQLTokenOwnershipV2TokenData constructor
AptosGraphQLTokenOwnershipV2TokenData({
- 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,
Implementation
AptosGraphQLTokenOwnershipV2TokenData({
required this.collectionId,
required this.description,
this.isFungibleV2,
this.largestPropertyVersionV1,
this.lastTransactionTimestamp,
this.lastTransactionVersion,
this.maximum,
this.supply,
required this.tokenDataId,
required this.tokenName,
this.tokenProperties,
required this.tokenStandard,
required this.tokenUri,
this.decimals,
this.currentCollection,
});