NetworkStats class Null safety

Annotations

Constructors

NetworkStats({required DetailedNetworkStats stats, required int quality, required Threshold threshold, Threshold? previousThreshold})
const
factory
NetworkStats.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $NetworkStatsCopyWith<NetworkStats>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
previousThreshold Threshold?
The previous threshold value (if any).
read-onlyinherited
quality int
A lossy, human-readable quality value representing call quality.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stats DetailedNetworkStats
In-depth network statistics.
read-onlyinherited
threshold Threshold
A lossy, human-readable quality value representing call quality.
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