SortDirection.DESC constructor

SortDirection.DESC()

Implementation

SortDirection.DESC() {
  _value = 'DESC';
}