AptosGraphQLTokenCollection constructor

AptosGraphQLTokenCollection({
  1. required String collectionId,
  2. required String collectionName,
  3. required String creatorAddress,
  4. required dynamic currentSupply,
  5. required String description,
  6. required dynamic lastTransactionTimestamp,
  7. required 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

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