TimePeriod constructor

TimePeriod({
  1. String? endTime,
  2. String? startTime,
})

Implementation

TimePeriod({this.endTime, this.startTime});