all constant

List<Direction> const all

All eight cardinal and ordinal directions, in clockwise order.

This list is unmodifiable.

Implementation

static const all = [
  north,
  northEast,
  east,
  southEast,
  south,
  southWest,
  west,
  northWest,
];