isLeft property

bool isLeft

Implementation

bool get isLeft {
  return PlutoMoveDirection.left == this;
}