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