WebTransportConnectionEstablishedEvent constructor
WebTransportConnectionEstablishedEvent({
- required RequestId transportId,
- required MonotonicTime timestamp,
Implementation
WebTransportConnectionEstablishedEvent({
required this.transportId,
required this.timestamp,
});