references property

List<String> references
final

Accumulates references to images and links generated during rendering. When the rendering is done, these lines will be added to the bottom of the generated document.

Implementation

final List<String> references = [];