RTCPeerConnectionIceErrorEventInit constructor
RTCPeerConnectionIceErrorEventInit({})
Implementation
factory RTCPeerConnectionIceErrorEventInit({
_i2.String? address,
_i2.num? errorCode,
_i2.String? errorText,
_i2.num? port,
_i2.String? url,
_i2.bool? bubbles,
_i2.bool? cancelable,
_i2.bool? composed,
}) =>
RTCPeerConnectionIceErrorEventInit._(
address: address ?? _i6.undefined,
errorCode: errorCode,
errorText: errorText,
port: port ?? _i6.undefined,
url: url,
bubbles: bubbles,
cancelable: cancelable,
composed: composed,
);