Minutes constructor

Minutes({
  1. int? periodicity,
})

Implementation

Minutes({
  this.periodicity,
});