RTCErrorEventInit constructor

RTCErrorEventInit({
  1. RTCError? error,
  2. bool? bubbles,
  3. bool? cancelable,
  4. bool? composed,
})

Implementation

factory RTCErrorEventInit({
  _i3.RTCError? error,
  _i2.bool? bubbles,
  _i2.bool? cancelable,
  _i2.bool? composed,
}) =>
    RTCErrorEventInit._(
      error: error ?? _i6.undefined,
      bubbles: bubbles,
      cancelable: cancelable,
      composed: composed,
    );