SegmentUpdatePayload constructor
const
SegmentUpdatePayload({
- dynamic startTime,
- dynamic endTime,
- dynamic text,
Implementation
const SegmentUpdatePayload({
this.startTime,
this.endTime,
this.text,
});