orderByAscending method

void orderByAscending (String key)

Sorts the results in ascending order by the given key.

Implementation

void orderByAscending(String key) {
  _setOrder(key);
}