initCustomEvent property

void Function(String, [bool?, bool?, T?]) initCustomEvent

Implementation

void Function(
  _i2.String, [
  _i2.bool?,
  _i2.bool?,
  T?,
]) get initCustomEvent => (
      _i2.String p0, [
      _i2.bool? p1,
      _i2.bool? p2,
      T? p3,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'initCustomEvent',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
            p2 ?? _i6.undefined,
            p3 ?? _i6.undefined,
          ],
        );
void initCustomEvent=(void value(String, [bool?, bool?, T?]))

Implementation

set initCustomEvent(
    void Function(
      _i2.String, [
      _i2.bool?,
      _i2.bool?,
      T?,
    ]) value) {
  _i4.setProperty(
    this,
    'initCustomEvent',
    _i4.allowInterop(value),
  );
}