collection method

CollectionReference collection(
  1. String id
)

Implementation

CollectionReference collection(String id) => _db.collection(id);