collection method
Returns the reference of a collection contained inside of this document.
Implementation
CollectionReference collection(String name) =>
(service as CarpService).collection("$path/$name", studyId: studyId);
Returns the reference of a collection contained inside of this document.
CollectionReference collection(String name) =>
(service as CarpService).collection("$path/$name", studyId: studyId);