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