AnimationPlaybackEvent constructor

AnimationPlaybackEvent(
  1. String type, [
  2. AnimationPlaybackEventInit? eventInitDict
])

Implementation

factory AnimationPlaybackEvent(
  _i2.String type, [
  _i3.AnimationPlaybackEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredAnimationPlaybackEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );