isClockwise property

bool get isClockwise

True if the range represents a clockwise direction.

Implementation

bool get isClockwise => q2 > q1;