Ticker constructor
Ticker({
- String base,
- String target,
- Market market,
- double last,
- double volume,
- Map<
String, double> convertedLast, - Map<
String, double> convertedVolume, - String trustScore,
- double bidAskSpreadPercentage,
- DateTime timestamp,
- DateTime lastTradedAt,
- DateTime lastFetchAt,
- bool isAnomaly,
- bool isStale,
- String tradeUrl,
- String coinId,
- String targetCoinId,
Implementation
Ticker({
this.base,
this.target,
this.market,
this.last,
this.volume,
this.convertedLast,
this.convertedVolume,
this.trustScore,
this.bidAskSpreadPercentage,
this.timestamp,
this.lastTradedAt,
this.lastFetchAt,
this.isAnomaly,
this.isStale,
this.tradeUrl,
this.coinId,
this.targetCoinId,
});