collection method

CollectionReference<Map<String, dynamic>> collection(
  1. String path
)

Implementation

CollectionReference<Map<String, dynamic>> collection(String path) =>
    _store.collection(path);