values constant

List<Move> const values

The available moves.

Implementation

static const values = [
  up,
  right,
  front,
  down,
  left,
  bottom,
  upInv,
  rightInv,
  frontInv,
  downInv,
  leftInv,
  bottomInv,
  upDouble,
  rightDouble,
  frontDouble,
  downDouble,
  leftDouble,
  bottomDouble,
];