settingsFile property

File get settingsFile

The file containing the user's Settings, in JSON form.

This file should contain the result of Settings.toJson, and loading settings from the file should be done with Settings.fromJson.

Implementation

File get settingsFile => outputDir / "settings.json";