ascending property
Returns the current ascending.
Implementation
@useResult
FdcFilterBuilder get ascending {
return _builder._addSort(_fieldName, FdcSortType.ascending);
}
Returns the current ascending.
@useResult
FdcFilterBuilder get ascending {
return _builder._addSort(_fieldName, FdcSortType.ascending);
}