collection method

CollectionReference collection(
  1. String path
)
inherited

Implementation

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