isLeft property

bool get isLeft

Implementation

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