orderAsc static method

String orderAsc(
  1. String attribute
)

Sort results by attribute ascending.

Implementation

static String orderAsc(String attribute) =>
    Query._('orderAsc', attribute).toString();