AptosGraphQLCollectionOwnershipV2View class
Constructors
- AptosGraphQLCollectionOwnershipV2View.new({String? collectionId, String? collectionName, String? collectionUri, String? creatorAddress, dynamic distinctTokens, dynamic lastTransactionVersion, String? ownerAddress, String? singleTokenUri, AptosGraphQLCollectionOwnershipV2ViewCollection? currentCollection})
-
AptosGraphQLCollectionOwnershipV2View.fromJson(Map<
String, dynamic> json) -
factory
Properties
- collectionId → String?
-
final
- collectionName → String?
-
final
- collectionUri → String?
-
final
- creatorAddress → String?
-
final
- currentCollection → AptosGraphQLCollectionOwnershipV2ViewCollection?
-
final
- distinctTokens → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastTransactionVersion → dynamic
-
final
- ownerAddress → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleTokenUri → 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