OHLCPoint constructor
const
OHLCPoint({})
Implementation
const OHLCPoint({
required this.timestamp,
required this.open,
required this.high,
required this.low,
required this.close,
this.volume,
});
const OHLCPoint({
required this.timestamp,
required this.open,
required this.high,
required this.low,
required this.close,
this.volume,
});