Corner enum

The names of the corner positions of the cube.

Inheritance

Constructors

Corner()
const

Values

upRightFront → const Corner

Up-Right-Front corner.

upFrontLeft → const Corner

Up-Left-Front corner.

upLeftBottom → const Corner

Up-Lefy-Bottom corner.

upBottomRight → const Corner

Up-Right-Bottom corner.

downFrontRight → const Corner

Down-Right-Front corner.

downLeftFront → const Corner

Down-Left-Front corner.

downBottomLeft → const Corner

Down-Left-Bottom corner.

downRightBottom → const Corner

Down-Right-Bottom corner.

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

count → const int
Number of corners of the cube.
values → const List<Corner>
A constant List of the values in this enum, in order of their declaration.