collection method
Implementation
CollectionReference<Map<String, dynamic>> collection(
{bool forTesting = false}) {
final firestore = FirestoreFactory(forTesting: forTesting).create();
return firestore.getCollection(this);
}
CollectionReference<Map<String, dynamic>> collection(
{bool forTesting = false}) {
final firestore = FirestoreFactory(forTesting: forTesting).create();
return firestore.getCollection(this);
}