Footnote constructor
Footnote({
- List<
StructuralElement> ? content, - String? footnoteId,
Implementation
Footnote({
this.content,
this.footnoteId,
});