footnotes property

Map<String, Footnote>? footnotes
getter/setter pair

The footnotes in the document tab, keyed by footnote ID.

Implementation

core.Map<core.String, Footnote>? footnotes;