descending property
Adds descending ordering for the pending field.
Implementation
@useResult
FdcSortBuilder get descending {
return _builder._add(_fieldName, FdcSortType.descending);
}
Adds descending ordering for the pending field.
@useResult
FdcSortBuilder get descending {
return _builder._add(_fieldName, FdcSortType.descending);
}