collection method Null safety
- String collectionPath
Gets a CollectionReference instance that refers to the collection at the specified path, relative from this DocumentReference.
Implementation
CollectionReference<Map<String, dynamic>> collection(String collectionPath);