empty constant

SeriesStats const empty

Implementation

static const SeriesStats empty = SeriesStats(
  min: 0,
  max: 0,
  sum: 0,
  avg: 0,
  count: 0,
  values: [],
);