WebTransportError constructor

WebTransportError([
  1. WebTransportErrorInit? init
])

Implementation

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