collection method

InAppQueryReference collection(
  1. String field
)

Implementation

InAppQueryReference collection(String field) {
  return InAppQueryReference(
    db: _db,
    reference: "$reference/$field",
    path: "$path/$field",
    id: field,
  );
}