FirestoreCreate constructor
FirestoreCreate(})
Implementation
FirestoreCreate(
this.collection, {
Map<String, Object?>? fields,
Object? parentReference,
this.outputAs,
}) : fields = fields == null ? const {} : normalizeExpressionMap(fields),
parentReference = normalizeNullableExpression(parentReference);