isAnticlockwise property

bool get isAnticlockwise

True if the range represents a anticlockwise direction.

Synonymous with counterclockwise.

Implementation

bool get isAnticlockwise => isCounterclockwise;