SegmentUpdatePayload constructor

const SegmentUpdatePayload({
  1. dynamic startTime,
  2. dynamic endTime,
  3. dynamic text,
})

Implementation

const SegmentUpdatePayload({
  this.startTime,
  this.endTime,
  this.text,
});