col method

FirestoreCollectionPath col(
  1. String collection
)

Implementation

FirestoreCollectionPath col(String collection) =>
    child(collection).toFirestoreCollection();