LatestStats class Null safety

Annotations

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>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
receiveBitsPerSecond double?
The total (audio + video) amount of bits per second, received over the network.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sendBitsPerSecond double?
The total (audio + video) amount of bits per second, sent over the network.
read-onlyinherited
timestamp double?
A timestamp of when this calculation was created.
read-onlyinherited
totalReceivePacketLoss double?
The total amount (video + audio) of packet loss on the receive side of the network.
read-onlyinherited
totalSendPacketLoss double?
The total amount (video + audio) of packet loss on the send side of the network.
read-onlyinherited
videoReceiveBitsPerSecond double?
The total number of bits per second, received for video streams.
read-onlyinherited
videoReceivePacketLoss double?
The total amount of video packet loss on the receive side of the network.
read-onlyinherited
videoSendBitsPerSecond double?
The total number of bits per second, sent for video streams.
read-onlyinherited
videoSendPacketLoss double?
The total amount of video packet loss on the send side of the network.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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