SimpleCyclePlotPoint constructor

const SimpleCyclePlotPoint({
  1. required String periodLabel,
  2. required String cycleLabel,
  3. required double value,
})

Implementation

const SimpleCyclePlotPoint({
  required this.periodLabel,
  required this.cycleLabel,
  required this.value,
});