input property

String input

A copy of the search string.

Implementation

_i2.String get input => _i6.getProperty(
      this,
      'input',
    );
void input=(String value)

Implementation

set input(_i2.String value) {
  _i6.setProperty(
    this,
    'input',
    value,
  );
}