CoinsCurrentTicker class

Constructors

CoinsCurrentTicker({String? base, String? target, CoinsCurrentTickerMarket? 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? tokenInfoUrl, String? coinId, String? targetCoinId})
CoinsCurrentTicker.fromJson(Map<String, dynamic> json)
factory

Properties

base String?
getter/setter pair
bidAskSpreadPercentage double?
getter/setter pair
coinId String?
getter/setter pair
convertedLast Map<String, double>?
getter/setter pair
convertedVolume Map<String, double>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAnomaly bool?
getter/setter pair
isStale bool?
getter/setter pair
last double?
getter/setter pair
lastFetchAt DateTime?
getter/setter pair
lastTradedAt DateTime?
getter/setter pair
market CoinsCurrentTickerMarket?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
getter/setter pair
targetCoinId String?
getter/setter pair
timestamp DateTime?
getter/setter pair
tokenInfoUrl String?
getter/setter pair
tradeUrl String?
getter/setter pair
trustScore String?
getter/setter pair
volume double?
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