isDescending property
bool
get
isDescending
Returns whether this direction is descending.
Implementation
bool get isDescending => this == Direction.desc;
Returns whether this direction is descending.
bool get isDescending => this == Direction.desc;