MarketStat class

Constructors

MarketStat({required bool closed, Decimal? bestSell, Decimal? bestBuy, Decimal? volumeSrc, Decimal? volumeDst, Decimal? latest, Decimal? low, Decimal? high, Decimal? open, Decimal? close, Decimal? change})
const

Properties

bestBuy → Decimal?
final
bestSell → Decimal?
final
change → Decimal?
final
close → Decimal?
final
closed bool
final
hashCode int
The hash code for this object.
no setterinherited
high → Decimal?
final
latest → Decimal?
final
low → Decimal?
final
open → Decimal?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeDst → Decimal?
final
volumeSrc → Decimal?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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