Period constructor

Period({
  1. int? end,
  2. int? start,
})

Implementation

Period({this.end, this.start});