footnotes property

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

The footnotes in the document, keyed by footnote ID.

Output only.

Implementation

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