isDown property

bool isDown

Implementation

bool get isDown {
  return PlutoMoveDirection.down == this;
}