selectedStylesheetSet property

String selectedStylesheetSet

Implementation

String get selectedStylesheetSet => _selectedStylesheetSet;
void selectedStylesheetSet= (String value)

Implementation

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