CreateFootnoteRequest constructor

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

Implementation

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