TimeSpan constructor

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

Implementation

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