DayPartInfo constructor

const DayPartInfo({
  1. required DayParts dayPart,
  2. required double start,
  3. required double end,
})

Implementation

const DayPartInfo({
  required this.dayPart,
  required this.start,
  required this.end,
});