WatchAssetOptions class

The specific information of the asset to watch.

Annotations
  • @JS()
  • @anonymous

Constructors

WatchAssetOptions({required String address, required String symbol, required int decimals, String? image})
factory

Properties

address String
The address of the token contract.
no setter
decimals int
The number of token decimals.
no setter
hashCode int
The hash code for this object.
no setterinherited
image String?
A string url of the token logo.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
A ticker symbol or shorthand, up to 5 characters.
no setter

Methods

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

Operators

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