InsertSectionBreakRequest constructor

InsertSectionBreakRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
  3. String? sectionType,
})

Implementation

InsertSectionBreakRequest({
  this.endOfSegmentLocation,
  this.location,
  this.sectionType,
});