Token class

Constructors

Token(String name, String symbol, String domain, int totalSupply, int decimals, Address owner, TokenStandard tokenStandard, int maxSupply, bool isBurnable, bool isMintable, bool isUtility)
Token.fromJson(Map<String, dynamic> json)
factory

Properties

decimals int
getter/setter pair
domain String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isBurnable bool
getter/setter pair
isMintable bool
getter/setter pair
isUtility bool
getter/setter pair
maxSupply int
getter/setter pair
name String
getter/setter pair
owner Address
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
getter/setter pair
tokenStandard TokenStandard
getter/setter pair
totalSupply int
getter/setter pair

Methods

decimalsExponent() int
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.
override