isCounterclockwise property
bool
get
isCounterclockwise
True if the range represents a counterclockwise direction.
Synonymous with anticlockwise.
Implementation
bool get isCounterclockwise => q1 > q2;
True if the range represents a counterclockwise direction.
Synonymous with anticlockwise.
bool get isCounterclockwise => q1 > q2;