AptosGraphQLCollectionV2 class

Constructors

AptosGraphQLCollectionV2.new({required String uri, required String tokenStandard, required String collectionId, required String collectionName, required String creatorAddress, required String description, dynamic totalMintedV2, String? tableHandleV1, bool? mutableUri, bool? mutableDescription, dynamic maxSupply, dynamic currentSupply, required String lastTransactionTimestamp, dynamic lastTransactionVersion, AptosGraphQLCollectionV2CdnAssetUris? cdnAssetUris})
AptosGraphQLCollectionV2.fromJson(Map<String, dynamic> json)
factory

Properties

cdnAssetUris AptosGraphQLCollectionV2CdnAssetUris?
final
collectionId String
final
collectionName String
final
creatorAddress String
final
currentSupply → dynamic
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
lastTransactionTimestamp String
final
lastTransactionVersion → dynamic
final
maxSupply → dynamic
final
mutableDescription bool?
final
mutableUri bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableHandleV1 String?
final
tokenStandard String
final
totalMintedV2 → dynamic
final
uri String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited