Candlesticks constructor

Candlesticks({
  1. required List<Candle> candles,
})

Implementation

Candlesticks({required this.candles});