dispatchEvent property

bool Function(Event) dispatchEvent

Implementation

_i2.bool Function(_i3.Event) get dispatchEvent =>
    (_i3.Event p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'dispatchEvent',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void dispatchEvent=(bool value(Event))

Implementation

set dispatchEvent(_i2.bool Function(_i3.Event) value) {
  _i4.setProperty(
    this,
    'dispatchEvent',
    _i4.allowInterop(value),
  );
}