DeviceModel enum

Inheritance
Available extensions

Values

METADETECT → const DeviceModel
METAENV → const DeviceModel
METAHEALTH → const DeviceModel
METAMOTION_C → const DeviceModel
METAMOTION_R → const DeviceModel
METAMOTION_RL → const DeviceModel
METAMOTION_S → const DeviceModel
METATRACKER → const DeviceModel
METAWEAR_C → const DeviceModel
METAWEAR_CPRO → const DeviceModel
METAWEAR_R → const DeviceModel
METAWEAR_RG → const DeviceModel
METAWEAR_RPRO → const DeviceModel
unknown → const DeviceModel

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromId(int id) DeviceModel

Available on DeviceModel, provided by the DeviceModelExtension extension

fromString(String name) DeviceModel

Available on DeviceModel, provided by the DeviceModelExtension extension

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