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