orderByChild method

DbQuery orderByChild(
  1. String path
)

Orders by a child field, which every bound is then measured against.

Implementation

DbQuery orderByChild(String path) =>
    _with({'orderBy': 'child', 'orderByPath': path});