candles property

List<Candle> candles
final

The arrangement of the array should be such that the newest item is in position 0

Implementation

final List<Candle> candles;