StructuralElement constructor
StructuralElement({
- int? endIndex,
- Paragraph? paragraph,
- SectionBreak? sectionBreak,
- int? startIndex,
- Table? table,
- TableOfContents? tableOfContents,
Implementation
StructuralElement({
this.endIndex,
this.paragraph,
this.sectionBreak,
this.startIndex,
this.table,
this.tableOfContents,
});