HourSummary constructor

HourSummary(
  1. String group,
  2. String description,
  3. Duration value
)

Implementation

HourSummary(
  this.group,
  this.description,
  this.value,
);