handleInput property

void Function(String) get handleInput

Implementation

void Function(_i2.String) get handleInput =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'handleInput',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set handleInput (void value(String))

Implementation

set handleInput(void Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'handleInput',
    _i5.allowInterop(value),
  );
}