isDescending property

bool get isDescending

Returns whether this direction is descending.

Implementation

bool get isDescending => this == Direction.desc;