orderDescending property

  1. @Deprecated('Use desc() on the orderBy column instead.')
bool orderDescending
getter/setter pair

Whether the column should be ordered descending or ascending.

Implementation

@Deprecated('Use desc() on the orderBy column instead.')
bool orderDescending = false;