CallStatistics class

Call statistics

Constructors

CallStatistics.new({required double maxRating, required double minRating, required double averageRating, required double currentRating, required int sentPackets, required int receivedPackets, required int lostPackets})
Constructor

Properties

averageRating double
Average quality rating
getter/setter pair
currentRating double
Current quality rating
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lostPackets int
RTP packets lost count
getter/setter pair
maxRating double
Max quality rating
getter/setter pair
minRating double
Min quality rating
getter/setter pair
receivedPackets int
RTP packets received count
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentPackets int
RTP packets sent count
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

Static Methods

fromMap(Map<Object?, Object?>? callStatisticsMap) CallStatistics?
Factory method to construct CallStatistics from dictionary