CallStatistics class

Call statistics

Constructors

CallStatistics({required double maxRating, required double minRating, required double averageRating, required double currentRating})
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
maxRating double
Max quality rating
getter/setter pair
minRating double
Min quality rating
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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