String selectedStylesheetSet

Source

@DomName('Document.selectedStylesheetSet')
String get selectedStylesheetSet => _selectedStylesheetSet;
void selectedStylesheetSet=(String value)

Source

set selectedStylesheetSet(String value) {
  _selectedStylesheetSet = value;
}