selectedStylesheetSet property
Implementation
String? get selectedStylesheetSet => _selectedStylesheetSet;
Implementation
set selectedStylesheetSet(String? value) {
_selectedStylesheetSet = value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
String? get selectedStylesheetSet => _selectedStylesheetSet;
set selectedStylesheetSet(String? value) {
_selectedStylesheetSet = value;
}