collection<T extends DocData> method

CollRef<T> collection<T extends DocData>(
  1. String path
)

Returns the reference of a collection contained inside of this document.

Implementation

CollRef<T> collection<T extends DocData>(String path) =>
    CollRef._(_firestore, raw.collection(path));