Token class

Annotations
  • @freezed

Constructors

Token(Uint8List core)
factory
Token.fromJson(String json)
factory

Properties

asTopic Hash
no setter
checksum Uint8List
latefinal
copyWith → $TokenCopyWith<Token>
no setterinherited
core Uint8List
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenId TokenId
latefinal

Methods

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

Operators

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

Static Properties

vite Token
getter/setter pair

Static Methods

parse(TokenId tokenId) Token
tryParse(TokenId tokenId) Token?