FirestoreCollectionHandle constructor
FirestoreCollectionHandle(})
Implementation
FirestoreCollectionHandle(
this.name,
Map<String, DslType> fields, {
this.description = '',
super.defaultValue,
}) : fields = UnmodifiableMapView(Map<String, DslType>.from(fields));