isAscending property

bool isAscending

Implementation

bool get isAscending {
  return this == PlutoColumnSort.ascending;
}