WebTransportError constructor
WebTransportError([
- WebTransportErrorInit? init
Implementation
factory WebTransportError([WebTransportErrorInit? init]) =>
WebTransportError._(init ?? undefined);