AptosGraphQLCollectionOwnershipV2ViewCollection constructor

AptosGraphQLCollectionOwnershipV2ViewCollection({
  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. bool? mutableDescription,
  9. dynamic maxSupply,
  10. bool? mutableUri,
  11. String? tableHandleV1,
  12. required String tokenStandard,
  13. dynamic totalMintedV2,
  14. required String uri,
})

Implementation

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