Phone1Led enum
Contains the list of leds that can be used in the Phone1Glyph
- Inheritance
- Implemented types
- Available extensions
Values
- a1 → const Phone1Led
-
const Phone1Led(0) - b1 → const Phone1Led
-
const Phone1Led(1) - c1 → const Phone1Led
-
const Phone1Led(2) - c2 → const Phone1Led
-
const Phone1Led(3) - c3 → const Phone1Led
-
const Phone1Led(4) - c4 → const Phone1Led
-
const Phone1Led(5) - d1_1 → const Phone1Led
-
const Phone1Led(7) - d1_2 → const Phone1Led
-
const Phone1Led(8) - d1_3 → const Phone1Led
-
const Phone1Led(9) - d1_4 → const Phone1Led
-
const Phone1Led(10) - d1_5 → const Phone1Led
-
const Phone1Led(11) - d1_6 → const Phone1Led
-
const Phone1Led(12) - d1_7 → const Phone1Led
-
const Phone1Led(13) - d1_8 → const Phone1Led
-
const Phone1Led(14) - e1 → const Phone1Led
-
const Phone1Led(6)
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
- value → int
-
final
Methods
-
compareTo(
int other) → int -
Compares this object to another object.
override
-
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