RTCErrorEventInit constructor
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,
);