col static method

FirestoreCollectionPath col(
  1. String collection
)

Creates a FirestoreCollectionPath for the specified collection.

This is a convenience method for starting a path to a collection.

  • collection: The name of the collection.

Returns a FirestoreCollectionPath for the specified collection.

Implementation

static FirestoreCollectionPath col(String collection) =>
    FirestoreCollectionPath(collection);