MarketData class

Annotations
  • @JsonSerializable()

Constructors

MarketData(double priceUsd, double priceBtc, double volumeLast24Hours, double realVolumeLast24Hours, double volumeLast24HoursOverstatementMultiple, double percentageChangeUsdLast24Hours, double percentageChangeBtcLast24Hours)
MarketData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
percentageChangeBtcLast24Hours double
final
percentageChangeUsdLast24Hours double
final
priceBtc double
final
priceUsd double
final
realVolumeLast24Hours double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeLast24Hours double
final
volumeLast24HoursOverstatementMultiple double
final

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