CollectionReference constructor
CollectionReference()
Creates a new CollectionReference
Implementation
factory CollectionReference() => CollectionReference._fromJsObject(
firestore_interop.CollectionReferenceJsImpl());