collection method

CollectionReference collection(
  1. String path
)

Gets a CollectionReference for the specified path.

Implementation

CollectionReference collection(String path) =>
    CollectionReference._(this, path);