asc static method

OrderBy asc(
  1. String field
)

Sorts results by a field in ascending order (e.g., "Price asc").

Implementation

static OrderBy asc(String field) => OrderBy._('$field asc');