TimeSpan constructor

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

Implementation

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