TokenOption class

token 信息格式:

Constructors

TokenOption({String? address, String? addressTest, String? symbol, String? name, bool? isErc20, bool? isErc721, int? decimals})

Properties

address String?
正式链
getter/setter pair
addressTest String?
测试链
getter/setter pair
decimals int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isErc20 bool?
合约协议类型:
getter/setter pair
isErc721 bool?
getter/setter pair
图片:
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
符号:
getter/setter pair

Methods

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

Operators

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