collection method

InAppQueryReference collection(
  1. String field
)

Implementation

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