prefs property

List<PrefsOption> prefs

The read-only settings of the prefs.js file of the profile directory.

Implementation

List<PrefsOption> get prefs => UnmodifiableListView<PrefsOption>(_prefs);