WeeksCandle class

Inheritance

Constructors

WeeksCandle({required String market, required String candle_date_time_utc, required String candle_date_time_kst, required double opening_price, required double high_price, required double low_price, required double trade_price, required int timestamp, required double candle_acc_trade_price, required double candle_acc_trade_volume, required String first_day_of_period})
const
WeeksCandle.fromJson(Map<String, dynamic> json)
factory

Properties

candle_acc_trade_price double
finalinherited
candle_acc_trade_volume double
finalinherited
candle_date_time_kst String
finalinherited
candle_date_time_utc String
finalinherited
first_day_of_period String
final
hashCode int
The hash code for this object.
no setterinherited
high_price double
finalinherited
low_price double
finalinherited
market String
finalinherited
opening_price double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
finalinherited
trade_price double
finalinherited

Methods

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

Operators

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