LinuxHintValueType enum
Represents the notification hint value type.
Values
- array → const LinuxHintValueType
-
Ordered list of values of the same type.
- boolean → const LinuxHintValueType
-
Boolean value.
- byte → const LinuxHintValueType
-
Unsigned 8 bit value.
- dict → const LinuxHintValueType
-
Associative array of values.
- double → const LinuxHintValueType
-
64-bit floating point value.
- int16 → const LinuxHintValueType
-
Signed 16-bit integer.
- int32 → const LinuxHintValueType
-
Signed 32-bit integer.
- int64 → const LinuxHintValueType
-
Signed 64-bit integer.
- string → const LinuxHintValueType
-
Unicode text string.
- struct → const LinuxHintValueType
-
Value that contains a fixed set of other values.
- uint16 → const LinuxHintValueType
-
Unsigned 16-bit integer.
- uint32 → const LinuxHintValueType
-
Unsigned 32-bit integer.
- uint64 → const LinuxHintValueType
-
Unsigned 64-bit integer.
- variant → const LinuxHintValueType
-
Value that contains any type.
Properties
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<
LinuxHintValueType> - A constant List of the values in this enum, in order of their declaration.