Facelet enum

The names of the facelet positions of the cube.

            |************|
            |*U1**U2**U3*|
            |************|
            |*U4**U5**U6*|
            |************|
            |*U7**U8**U9*|
************|************|************|************|
*L1**L2**L3*|*F1**F2**F3*|*R1**R2**F3*|*B1**B2**B3*|
************|************|************|************|
*L4**L5**L6*|*F4**F5**F6*|*R4**R5**R6*|*B4**B5**B6*|
************|************|************|************|
*L7**L8**L9*|*F7**F8**F9*|*R7**R8**R9*|*B7**B8**B9*|
************|************|************|************|
            |*D1**D2**D3*|
            |************|
            |*D4**D5**D6*|
            |************|
            |*D7**D8**D9*|
            |************|
Inheritance

Constructors

Facelet()
const

Values

u1 → const Facelet

Up facelet at position 1.

u2 → const Facelet

Up facelet at position 2.

u3 → const Facelet

Up facelet at position 3.

u4 → const Facelet

Up facelet at position 4.

u5 → const Facelet

Up facelet at position 5.

u6 → const Facelet

Up facelet at position 6.

u7 → const Facelet

Up facelet at position 7.

u8 → const Facelet

Up facelet at position 8.

u9 → const Facelet

Up facelet at position 9.

r1 → const Facelet

Right facelet at position 1.

r2 → const Facelet

Right facelet at position 2.

r3 → const Facelet

Right facelet at position 3.

r4 → const Facelet

Right facelet at position 4.

r5 → const Facelet

Right facelet at position 5.

r6 → const Facelet

Right facelet at position 6.

r7 → const Facelet

Right facelet at position 7.

r8 → const Facelet

Right facelet at position 8.

r9 → const Facelet

Right facelet at position 9.

f1 → const Facelet

Front facelet at position 1.

f2 → const Facelet

Front facelet at position 2.

f3 → const Facelet

Front facelet at position 3.

f4 → const Facelet

Front facelet at position 4.

f5 → const Facelet

Front facelet at position 5.

f6 → const Facelet

Front facelet at position 6.

f7 → const Facelet

Front facelet at position 7.

f8 → const Facelet

Front facelet at position 8.

f9 → const Facelet

Front facelet at position 9.

d1 → const Facelet

Down facelet at position 1.

d2 → const Facelet

Down facelet at position 2.

d3 → const Facelet

Down facelet at position 3.

d4 → const Facelet

Down facelet at position 4.

d5 → const Facelet

Down facelet at position 5.

d6 → const Facelet

Down facelet at position 6.

d7 → const Facelet

Down facelet at position 7.

d8 → const Facelet

Down facelet at position 8.

d9 → const Facelet

Down facelet at position 9.

l1 → const Facelet

Left facelet at position 1.

l2 → const Facelet

Left facelet at position 2.

l3 → const Facelet

Left facelet at position 3.

l4 → const Facelet

Left facelet at position 4.

l5 → const Facelet

Left facelet at position 5.

l6 → const Facelet

Left facelet at position 6.

l7 → const Facelet

Left facelet at position 7.

l8 → const Facelet

Left facelet at position 8.

l9 → const Facelet

Left facelet at position 9.

b1 → const Facelet

Bottom facelet at position 1.

b2 → const Facelet

Bottom facelet at position 2.

b3 → const Facelet

Bottom facelet at position 3.

b4 → const Facelet

Bottom facelet at position 4.

b5 → const Facelet

Bottom facelet at position 5.

b6 → const Facelet

Bottom facelet at position 6.

b7 → const Facelet

Bottom facelet at position 7.

b8 → const Facelet

Bottom facelet at position 8.

b9 → const Facelet

Bottom facelet at position 9.

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