MediaQueryListEvent constructor

MediaQueryListEvent(
  1. String type, [
  2. MediaQueryListEventInit? eventInitDict
])

Implementation

factory MediaQueryListEvent(
  _i2.String type, [
  _i3.MediaQueryListEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredMediaQueryListEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );