untypedRef property

CollectionReference<Map<String, dynamic>> untypedRef

Implementation

CollectionReference<Map<String, dynamic>> get untypedRef {
  return firestore.collection(path);
}