UPowerDeviceType enum

Type of device.

Inheritance

Constructors

UPowerDeviceType()
const

Values

unknown → const UPowerDeviceType
linePower → const UPowerDeviceType
battery → const UPowerDeviceType
ups → const UPowerDeviceType
monitor → const UPowerDeviceType
mouse → const UPowerDeviceType
keyboard → const UPowerDeviceType
pda → const UPowerDeviceType
phone → const UPowerDeviceType

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