WebTransportErrorOptions constructor

WebTransportErrorOptions({
  1. WebTransportErrorSource source,
  2. int? streamErrorCode,
})

Implementation

external factory WebTransportErrorOptions({
  WebTransportErrorSource source,
  int? streamErrorCode,
});