WebTransportStats class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

WebTransportStats({double? timestamp, int? bytesSent, int? packetsSent, int? packetsLost, int? numOutgoingStreamsCreated, int? numIncomingStreamsCreated, int? bytesReceived, int? packetsReceived, double? smoothedRtt, double? rttVariation, double? minRtt, WebTransportDatagramStats? datagrams})
factory

Properties

bytesReceived int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
bytesSent int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
datagrams WebTransportDatagramStats

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minRtt double

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
numIncomingStreamsCreated int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
numOutgoingStreamsCreated int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
packetsLost int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
packetsReceived int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
packetsSent int

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
rttVariation double

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothedRtt double

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair
timestamp double

Available on WebTransportStats, provided by the PropsWebTransportStats extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited