NetworkQuality enum

Network quality types.

Inheritance

Constructors

NetworkQuality()
const

Values

Unknown → const NetworkQuality

0: The network quality is unknown.

Excellent → const NetworkQuality

1: The network quality is excellent.

Good → const NetworkQuality

2: The network quality is quite good, but the bitrate may be slightly lower than excellent.

Poor → const NetworkQuality

3: Users can feel the communication slightly impaired.

Bad → const NetworkQuality

4: Users cannot communicate smoothly.

VBad → const NetworkQuality

5: The quality is so bad that users can barely communicate.

Down → const NetworkQuality

6: The network is down and users cannot communicate at all.

Unsupported → const NetworkQuality

7: Users cannot detect the network quality. (Not in use.)

Detecting → const NetworkQuality

8: Detecting the network quality.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<NetworkQuality>
A constant List of the values in this enum, in order of their declaration.