selectorText property

String get selectorText

Implementation

_i2.String get selectorText => _i4.getProperty(
      this,
      'selectorText',
    );
set selectorText (String value)

Implementation

set selectorText(_i2.String value) {
  _i4.setProperty(
    this,
    'selectorText',
    value,
  );
}