docsDesc property

List<Map<String, String>> get docsDesc

List of appendix documents with their metadata.

Each map should contain:

  • 'baseDir': The base directory for the file
  • 'title': The display title
  • 'additionalInfo': Additional information about the file

Implementation

List<Map<String, String>> get docsDesc;