InsertPageBreakRequest constructor

InsertPageBreakRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
})

Implementation

InsertPageBreakRequest({
  this.endOfSegmentLocation,
  this.location,
});