Edge enum

The names of the edge positions of the cube.

Inheritance

Constructors

Edge()
const

Values

upRight → const Edge

Up-Right edge.

upFront → const Edge

Up-Front edge.

upLeft → const Edge

Up-Left edge.

upBottom → const Edge

Up-Down edge.

downRight → const Edge

Down-Right edge.

downFront → const Edge

Down-Front edge.

downLeft → const Edge

Down-Left edge.

downBottom → const Edge

Down-Bottom edge.

frontRight → const Edge

Front-Right edge.

frontLeft → const Edge

Front-Left edge.

bottomLeft → const Edge

Bottom-Left edge.

bottomRight → const Edge

Bottom-Right edge.

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 edges of the cube.
values → const List<Edge>
A constant List of the values in this enum, in order of their declaration.