selectorText property

String selectorText

Implementation

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

Implementation

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