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