String? get selectedStylesheetSet => _selectedStylesheetSet;
set selectedStylesheetSet(String? value) { _selectedStylesheetSet = value; }