atTopAndRight property

bool atTopAndRight

Returns true if the set containts top and right direction.

Implementation

bool get atTopAndRight => atTop && atRight;