on property

void Function(String, void (ParameterInputEvent<Object>)) get on

Implementation

void Function(
  _i2.String,
  void Function(_i3.ParameterInputEvent<_i2.Object>),
) get on => (
      _i2.String p0,
      void Function(_i3.ParameterInputEvent<_i2.Object>) p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'on',
          ),
          r'call',
          [
            this,
            p0,
            _i5.allowInterop(p1),
          ],
        );
set on (void value(String, void (ParameterInputEvent<Object>)))

Implementation

set on(
    void Function(
      _i2.String,
      void Function(_i3.ParameterInputEvent<_i2.Object>),
    ) value) {
  _i5.setProperty(
    this,
    'on',
    _i5.allowInterop(value),
  );
}