isDescending property

bool isDescending

Implementation

bool get isDescending {
  return this == PlutoColumnSort.descending;
}