prefs property
The read-only settings of the prefs.js file of the profile directory.
Implementation
List<PrefsOption> get prefs => UnmodifiableListView<PrefsOption>(_prefs);The read-only settings of the prefs.js file of the profile directory.
List<PrefsOption> get prefs => UnmodifiableListView<PrefsOption>(_prefs);