selectedStylesheetSet property - HtmlDocument class - dart:html library (original) (raw)

description

String? getselectedStylesheetSet

Implementation

String? get selectedStylesheetSet => _selectedStylesheetSet;

setselectedStylesheetSet (String? value)

Implementation

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