doc method

DocumentReference<Map<String, dynamic>> doc(
  1. String path
)

Implementation

DocumentReference<Map<String, dynamic>> doc(String path) => firestore.doc(path);