selectorText property

String selectorText

Implementation

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

Implementation

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