SegmentResult constructor

SegmentResult({
  1. String? id,
  2. String? startTime,
  3. String? endTime,
  4. String? title,
  5. String? canceledUntil,
  6. String? category,
})

Implementation

SegmentResult({
  this.id,
  this.startTime,
  this.endTime,
  this.title,
  this.canceledUntil,
  this.category,
});