selectorText property

String get selectorText

Implementation

String get selectorText => js_util.getProperty(this, 'selectorText');
set selectorText (String newValue)

Implementation

set selectorText(String newValue) {
  js_util.setProperty(this, 'selectorText', newValue);
}