Candle constructor
Candle({})
Candle constructor
Implementation
Candle({
required this.start,
required this.high,
required this.low,
required this.open,
required this.close,
required this.volume,
});
Candle constructor
Candle({
required this.start,
required this.high,
required this.low,
required this.open,
required this.close,
required this.volume,
});