TableOfContents constructor

TableOfContents({
  1. List<StructuralElement>? content,
  2. List<String>? suggestedDeletionIds,
  3. List<String>? suggestedInsertionIds,
})

Implementation

TableOfContents({
  this.content,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
});