AptosGraphQLCollectionOwnershipV2View constructor

AptosGraphQLCollectionOwnershipV2View({
  1. String? collectionId,
  2. String? collectionName,
  3. String? collectionUri,
  4. String? creatorAddress,
  5. dynamic distinctTokens,
  6. dynamic lastTransactionVersion,
  7. String? ownerAddress,
  8. String? singleTokenUri,
  9. AptosGraphQLCollectionOwnershipV2ViewCollection? currentCollection,
})

Implementation

AptosGraphQLCollectionOwnershipV2View({
  this.collectionId,
  this.collectionName,
  this.collectionUri,
  this.creatorAddress,
  this.distinctTokens,
  this.lastTransactionVersion,
  this.ownerAddress,
  this.singleTokenUri,
  this.currentCollection,
});