Footnote constructor

Footnote({
  1. List<StructuralElement>? content,
  2. String? footnoteId,
})

Implementation

Footnote({
  this.content,
  this.footnoteId,
});