SourceOptions constructor

const SourceOptions({
  1. double? startOffset,
  2. TimelineReferencePoint? startOffsetTimelineReference,
})

Implementation

const SourceOptions({
  this.startOffset,
  this.startOffsetTimelineReference,
});