Period constructor

Period(
  1. String title,
  2. int length,
  3. int daysToGroup
)

Implementation

Period(this.title, this.length, this.daysToGroup);