WebTransportConnectionEstablishedEvent constructor

WebTransportConnectionEstablishedEvent({
  1. required RequestId transportId,
  2. required MonotonicTime timestamp,
})

Implementation

WebTransportConnectionEstablishedEvent({
  required this.transportId,
  required this.timestamp,
});