Ticker class Null safety

Constructors

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? tokenInfoUrl, String? coinId, String? targetCoinId})
Ticker.fromJson(Map<String, dynamic> json)
factory

Properties

base String?
read / write
bidAskSpreadPercentage double?
read / write
coinId String?
read / write
convertedLast Map<String, double>?
read / write
convertedVolume Map<String, double>?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
isAnomaly bool?
read / write
isStale bool?
read / write
last double?
read / write
lastFetchAt DateTime?
read / write
lastTradedAt DateTime?
read / write
market Market?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
target String?
read / write
targetCoinId String?
read / write
timestamp DateTime?
read / write
tokenInfoUrl String?
read / write
tradeUrl String?
read / write
trustScore String?
read / write
volume double?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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