InsertSectionBreakRequest constructor
InsertSectionBreakRequest({
- EndOfSegmentLocation? endOfSegmentLocation,
- Location? location,
- String? sectionType,
Implementation
InsertSectionBreakRequest({
this.endOfSegmentLocation,
this.location,
this.sectionType,
});