doc method

DocumentReference doc(
  1. String id
)

Implementation

DocumentReference doc(String id) => _db.document(id);