CurrentTokenData class

Annotations
  • @freezed

Constructors

CurrentTokenData({required String tokenDataId, required String tokenName, required String tokenUri, required TokenProperties tokenProperties, required TokenStandard tokenStandard, required int? largestPropertyVersionV1, required int? maximum, required bool? isFungibleV2, required int supply, required int lastTransactionVersion, required String lastTransactionTimestamp, required CurrentCollection? currentCollection})
const
factory
CurrentTokenData.fromJson(Map<String, dynamic> json)
factory

Properties

currentCollection CurrentCollection?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isFungibleV2 bool?
no setterinherited
largestPropertyVersionV1 int?
no setterinherited
lastTransactionTimestamp String
no setterinherited
lastTransactionVersion int
no setterinherited
maximum int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supply int
no setterinherited
tokenDataId String
no setterinherited
tokenName String
no setterinherited
tokenProperties TokenProperties
no setterinherited
tokenStandard TokenStandard
no setterinherited
tokenUri String
no setterinherited

Methods

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

Operators

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