EvmCoinEntity class
- Inheritance
-
- Object
- CoinEntity
- EvmCoinEntity
- Implementers
Constructors
- EvmCoinEntity({required String name, required String symbol, required int decimals, required int chainID})
-
const
Properties
- asEthBased → ERC20Entity?
-
no setterinherited
- chainID → int
-
final
- decimals → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- identifier → String
-
no setteroverride
- isERC20 → bool
-
no setterinherited
- isEvm → bool
-
no setterinherited
- isUTXO → bool
-
no setterinherited
- name → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subunits → num
-
no setterinherited
- symbol → String
-
finalinherited
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.
override