TimeRange constructor

TimeRange({
  1. String? endAt,
  2. String? startAt,
})

Implementation

TimeRange({
  this.endAt, this.startAt
});