DeviceRating enum

Device rating values

设备评分分值

Inheritance

Constructors

DeviceRating()
const

Values

Unavailable → const DeviceRating

The device performance is unknown.

设备评分未知。

VeryBad → const DeviceRating

The device performance is very bad.

设备性能非常差,只能开启普通的音频功能。

Bad → const DeviceRating

The device performance is bad.

设备性能比较差,可开启音频功能。

Poor → const DeviceRating

The device performance is poor.

设备性能一般,可开启音频和低分辨率视频。

Good → const DeviceRating

The device performance is good.

设备性能较好,可开启音频和高清视频。

Excellent → const DeviceRating

The device performance is excellent.

设备性能非常优秀,可开启音视频高级功能。

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<DeviceRating>
A constant List of the values in this enum, in order of their declaration.