selectedStylesheetSet property

String selectedStylesheetSet
@DomName('Document.selectedStylesheetSet')

Implementation

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

Implementation

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