RTCPeerConnectionIceErrorEventInit constructor

RTCPeerConnectionIceErrorEventInit({
  1. String? address,
  2. num? errorCode,
  3. String? errorText,
  4. num? port,
  5. String? url,
  6. bool? bubbles,
  7. bool? cancelable,
  8. bool? composed,
})

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