descending property

  1. @useResult
FdcSortBuilder get descending

Adds descending ordering for the pending field.

Implementation

@useResult
FdcSortBuilder get descending {
  return _builder._add(_fieldName, FdcSortType.descending);
}