MarketChartData class

Market chart data wrapper

Constructors

MarketChartData(DateTime date, {double? price, double? marketCap, double? totalVolume})

Properties

date DateTime
Date
final
hashCode int
The hash code for this object.
no setterinherited
marketCap double?
Market capitalization
getter/setter pair
price double?
Price
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalVolume double?
Total volume
getter/setter pair

Methods

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

Operators

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