Candle class

Mixed-in types
Implementers

Constructors

Candle({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})
const
Candle.fromJson(Map<String, dynamic> json)
factory

Properties

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

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