Exchange class

Exchange data wrapper

Constructors

Exchange.fromJson(Map<String, dynamic> json)

Properties

country String
The country of the exchange
final
description String
Exchange description
final
hashCode int
The hash code for this object.
no setterinherited
hasTradingIncentive bool
Indicates if the exchange has a trading incentive
final
id String
Exchange id
final
image String
Exchange image
final
name String
Exchange name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradeVolume24hBtc double
Exchange trade volume in BTC in 24 hours
final
tradeVolume24hBtcNormalized double
Exchange trade volume (normalized) in BTC in 24 hours
final
trustScore int
Trust score
final
trustScoreRank int
Trust score rank
final
url String
Exchange url
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
A string representation of this object.
override

Operators

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