Exchange class
A class representing an exchange with various attributes.
Constructors
-
Exchange.fromJson(Map<
String, dynamic> json) - Constructs an Exchange instance from a JSON map.
Properties
- country → String
-
The country where the exchange is located.
final
- description → String
-
A description of the exchange.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasTradingIncentive → bool
-
A flag indicating whether the exchange has a trading incentive.
final
- id → String
-
The unique identifier of the exchange.
final
- image → String
-
The URL of the exchange's image.
final
- name → String
-
The name of the exchange.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tradeVolume24hBtc → double
-
The trade volume of the exchange in BTC over the last 24 hours.
final
- tradeVolume24hBtcNormalized → double
-
The normalized trade volume of the exchange in BTC over the last 24 hours.
final
- trustScore → int
-
The trust score of the exchange.
final
- trustScoreRank → int
-
The rank of the exchange based on its trust score.
final
- url → String
-
The URL of the exchange's website.
final
- yearEstablished → int
-
The year in which the exchange was established.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the Exchange instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited