AptosGraphQLTokenCollection class
Constructors
- AptosGraphQLTokenCollection.new({required String collectionId, required String collectionName, required String creatorAddress, required dynamic currentSupply, required String description, required dynamic lastTransactionTimestamp, required dynamic lastTransactionVersion, dynamic maxSupply, bool? mutableDescription, bool? mutableUri, String? tableHandleV1, required String tokenStandard, dynamic totalMintedV2, required String uri})
-
AptosGraphQLTokenCollection.fromJson(Map<
String, dynamic> json) -
factory
Properties
- 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 → dynamic
-
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