orderByAscending method
Implementation
AppAmbitCmsQuery<T> orderByAscending(String field) {
_orderBy = field;
_orderDir = 'asc';
return this;
}
AppAmbitCmsQuery<T> orderByAscending(String field) {
_orderBy = field;
_orderDir = 'asc';
return this;
}