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