getCandleData method

CandleData? getCandleData()

Implementation

CandleData? getCandleData() {
  return _candleData;
}