input property

String get input

A copy of the search string.

Implementation

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

Implementation

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