isRight property

bool isRight

Implementation

bool get isRight {
  return PlutoMoveDirection.right == this;
}