WaterbusStatsBenchmark class

Constructors

WaterbusStatsBenchmark({required num latency, required num bitrate, required num bytesSent, required num jitter, required num packetsLost, required num totalEncodeTime})

Properties

bitrate num
final
bytesSent num
final
hashCode int
The hash code for this object.
no setterinherited
jitter num
final
latency num
final
packetsLost num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalEncodeTime num
final

Methods

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

Operators

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