TokenExtensions class
- Annotations
-
- @JsonSerializable(anyMap: true)
Constructors
- TokenExtensions({String? website, String? bridgeContract, String? assetContract, String? address, String? explorer, String? twitter, String? github, String? medium, String? tgann, String? tggroup, String? discord, String? serumV3Usdt, String? serumV3Usdc, String? coingeckoId, String? imageUrl, String? description})
- TokenExtensions.fromJson(Map json)
-
factory
Properties
- address ↔ String?
-
getter/setter pair
- assetContract ↔ String?
-
getter/setter pair
- bridgeContract ↔ String?
-
getter/setter pair
- coingeckoId ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- discord ↔ String?
-
getter/setter pair
- explorer ↔ String?
-
getter/setter pair
- github ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl ↔ String?
-
getter/setter pair
- medium ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serumV3Usdc ↔ String?
-
getter/setter pair
- serumV3Usdt ↔ String?
-
getter/setter pair
- tgann ↔ String?
-
getter/setter pair
- tggroup ↔ String?
-
getter/setter pair
- twitter ↔ String?
-
getter/setter pair
- website ↔ String?
-
getter/setter pair
Methods
-
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.
inherited