TrackEventInit constructor

TrackEventInit({
  1. TextTrack? track,
  2. bool? bubbles,
  3. bool? cancelable,
  4. bool? composed,
})

Implementation

factory TrackEventInit({
  _i3.TextTrack? track,
  _i2.bool? bubbles,
  _i2.bool? cancelable,
  _i2.bool? composed,
}) =>
    TrackEventInit._(
      track: track ?? _i6.undefined,
      bubbles: bubbles,
      cancelable: cancelable,
      composed: composed,
    );