isLeft property
bool
get
isLeft
Implementation
bool get isLeft =>
this == MOVE_LEFT || this == MOVE_DOWN_LEFT || this == MOVE_UP_LEFT;
bool get isLeft =>
this == MOVE_LEFT || this == MOVE_DOWN_LEFT || this == MOVE_UP_LEFT;