empty constant
ChartStats
const empty
Implementation
static const ChartStats empty = ChartStats(
globalMin: 0,
globalMax: 100,
globalSum: 0,
perSeries: [],
);
static const ChartStats empty = ChartStats(
globalMin: 0,
globalMax: 100,
globalSum: 0,
perSeries: [],
);