isClockwise property
bool
get
isClockwise
True if the range represents a clockwise direction.
Implementation
bool get isClockwise => q2 > q1;
True if the range represents a clockwise direction.
bool get isClockwise => q2 > q1;