outputDir property

Directory outputDir
latefinal

The directory where the dashboard keeps its files.

This includes settings, data, images, and anything else the user or dashboard may want to keep between sessions. Categories of output, like screenshots, should get their own subdirectory.

Implementation

late final Directory outputDir;