orderByChild method

Query<QueryJsImpl> orderByChild(
  1. String path
)

Returns a new Query ordered by the specified child path.

Implementation

Query orderByChild(String path) =>
    Query.fromJsObject(jsObject.orderByChild(path));