AptosGraphQLTokenOwnershipV2TokenDataCollection constructor

AptosGraphQLTokenOwnershipV2TokenDataCollection({
  1. required String collectionId,
  2. required String collectionName,
  3. required String creatorAddress,
  4. required dynamic currentSupply,
  5. required String description,
  6. dynamic lastTransactionTimestamp,
  7. dynamic lastTransactionVersion,
  8. dynamic maxSupply,
  9. bool? mutableDescription,
  10. bool? mutableUri,
  11. String? tableHandleV1,
  12. required String tokenStandard,
  13. dynamic totalMintedV2,
  14. required String uri,
})

Implementation

AptosGraphQLTokenOwnershipV2TokenDataCollection({
  required this.collectionId,
  required this.collectionName,
  required this.creatorAddress,
  required this.currentSupply,
  required this.description,
  this.lastTransactionTimestamp,
  this.lastTransactionVersion,
  this.maxSupply,
  this.mutableDescription,
  this.mutableUri,
  this.tableHandleV1,
  required this.tokenStandard,
  this.totalMintedV2,
  required this.uri,
});