NetworkQuality enum Null safety
Network quality.
Constants
- Bad → const NetworkQuality
-
Users can communicate only not very smoothly.
@JsonValue(4)const NetworkQuality(4)
- Detecting → const NetworkQuality
-
Detecting the network quality.
@JsonValue(8)const NetworkQuality(8)
- Down → const NetworkQuality
-
The network is disconnected and users cannot communicate at all.
@JsonValue(6)const NetworkQuality(6)
- Excellent → const NetworkQuality
-
The network quality is excellent.
@JsonValue(1)const NetworkQuality(1)
- Good → const NetworkQuality
-
The network quality is quite good, but the bitrate may be slightly lower than excellent.
@JsonValue(2)const NetworkQuality(2)
- Poor → const NetworkQuality
-
Users can feel the communication slightly impaired.
@JsonValue(3)const NetworkQuality(3)
- Unknown → const NetworkQuality
-
The network quality is unknown.
@JsonValue(0)const NetworkQuality(0)
- Unsupported → const NetworkQuality
-
Users cannot detect the network quality. (Not in use.)
@JsonValue(7)const NetworkQuality(7)
-
values
→ const List<
NetworkQuality> -
A constant List of the values in this enum, in order of their declaration.
const List<
NetworkQuality> - VBad → const NetworkQuality
-
The network quality is so bad that users can hardly communicate.
@JsonValue(5)const NetworkQuality(5)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited