selectedStylesheetSet property - HtmlDocument class - dart:html library (original) (raw)
String? getselectedStylesheetSet
Implementation
String? get selectedStylesheetSet => _selectedStylesheetSet;
setselectedStylesheetSet (String? value)
Implementation
set selectedStylesheetSet(String? value) {
_selectedStylesheetSet = value;
}