LatestStats class

Annotations
  • @freezed

Constructors

LatestStats({double? receiveBitsPerSecond, double? sendBitsPerSecond, double? timestamp, @JsonKey(name: 'videoRecvBitsPerSecond') double? videoReceiveBitsPerSecond, double? videoSendBitsPerSecond, @JsonKey(name: 'videoRecvPacketLoss') double? videoReceivePacketLoss, double? videoSendPacketLoss, @JsonKey(name: 'totalRecvPacketLoss') double? totalReceivePacketLoss, double? totalSendPacketLoss})
const
factory
LatestStats.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $LatestStatsCopyWith<LatestStats>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
receiveBitsPerSecond double?
The total (audio + video) amount of bits per second, received over the network.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBitsPerSecond double?
The total (audio + video) amount of bits per second, sent over the network.
no setterinherited
timestamp double?
A timestamp of when this calculation was created.
no setterinherited
totalReceivePacketLoss double?
The total amount (video + audio) of packet loss on the receive side of the network.
no setterinherited
totalSendPacketLoss double?
The total amount (video + audio) of packet loss on the send side of the network.
no setterinherited
videoReceiveBitsPerSecond double?
The total number of bits per second, received for video streams.
no setterinherited
videoReceivePacketLoss double?
The total amount of video packet loss on the receive side of the network.
no setterinherited
videoSendBitsPerSecond double?
The total number of bits per second, sent for video streams.
no setterinherited
videoSendPacketLoss double?
The total amount of video packet loss on the send side of the network.
no setterinherited

Methods

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

Operators

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