docsDesc property
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;