NetworkQuality enum
Network quality.
Values
- Unknown → const NetworkQuality
-
The network quality is unknown.
- Excellent → const NetworkQuality
-
The network quality is excellent.
- Good → const NetworkQuality
-
The network quality is quite good, but the bitrate may be slightly lower than excellent.
- Poor → const NetworkQuality
-
Users can feel the communication slightly impaired.
- Bad → const NetworkQuality
-
Users can communicate only not very smoothly.
- VBad → const NetworkQuality
-
The network quality is so bad that users can hardly communicate.
- Down → const NetworkQuality
-
The network is disconnected and users cannot communicate at all.
- Unsupported → const NetworkQuality
-
Users cannot detect the network quality. (Not in use.)
- Detecting → const NetworkQuality
-
Detecting the network quality.
Properties
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
Constants
-
values
→ const List<
NetworkQuality> - A constant List of the values in this enum, in order of their declaration.