StructuralElement constructor

StructuralElement({
  1. int? endIndex,
  2. Paragraph? paragraph,
  3. SectionBreak? sectionBreak,
  4. int? startIndex,
  5. Table? table,
  6. TableOfContents? tableOfContents,
})

Implementation

StructuralElement({
  this.endIndex,
  this.paragraph,
  this.sectionBreak,
  this.startIndex,
  this.table,
  this.tableOfContents,
});