Periods constructor

Periods({
  1. int? first,
  2. int? second,
})

Implementation

Periods({this.first, this.second});