AptosGraphQLTokenOwnershipV2TokenData constructor

AptosGraphQLTokenOwnershipV2TokenData({
  1. required String collectionId,
  2. required String description,
  3. bool? isFungibleV2,
  4. dynamic largestPropertyVersionV1,
  5. dynamic lastTransactionTimestamp,
  6. dynamic lastTransactionVersion,
  7. dynamic maximum,
  8. dynamic supply,
  9. required String tokenDataId,
  10. required String tokenName,
  11. dynamic tokenProperties,
  12. required String tokenStandard,
  13. required String tokenUri,
  14. dynamic decimals,
  15. 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,
});