RTCErrorEvent constructor
RTCErrorEvent(
- String type,
- RTCErrorEventInit eventInitDict
Implementation
factory RTCErrorEvent(
_i2.String type,
_i3.RTCErrorEventInit eventInitDict,
) =>
_i4.callConstructor(
_declaredRTCErrorEvent,
[
type,
eventInitDict,
],
);