initKeyboardEvent property

void Function(String, [bool?, bool?, Window?, String?, num?, bool?, bool?, bool?, bool?]) initKeyboardEvent

Implementation

void Function(
  _i2.String, [
  _i2.bool?,
  _i2.bool?,
  _i3.Window?,
  _i2.String?,
  _i2.num?,
  _i2.bool?,
  _i2.bool?,
  _i2.bool?,
  _i2.bool?,
]) get initKeyboardEvent => (
      _i2.String p0, [
      _i2.bool? p1,
      _i2.bool? p2,
      _i3.Window? p3,
      _i2.String? p4,
      _i2.num? p5,
      _i2.bool? p6,
      _i2.bool? p7,
      _i2.bool? p8,
      _i2.bool? p9,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'initKeyboardEvent',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
            p2 ?? _i6.undefined,
            p3 ?? _i6.undefined,
            p4 ?? _i6.undefined,
            p5 ?? _i6.undefined,
            p6 ?? _i6.undefined,
            p7 ?? _i6.undefined,
            p8 ?? _i6.undefined,
            p9 ?? _i6.undefined,
          ],
        );
void initKeyboardEvent=(void value(String, [bool?, bool?, Window?, String?, num?, bool?, bool?, bool?, bool?]))

Implementation

set initKeyboardEvent(
    void Function(
      _i2.String, [
      _i2.bool?,
      _i2.bool?,
      _i3.Window?,
      _i2.String?,
      _i2.num?,
      _i2.bool?,
      _i2.bool?,
      _i2.bool?,
      _i2.bool?,
    ]) value) {
  _i4.setProperty(
    this,
    'initKeyboardEvent',
    _i4.allowInterop(value),
  );
}