fix: apply dart format

This commit is contained in:
2023-08-28 09:00:59 +00:00
committed by hugo
parent cc41b7b589
commit 227158725d
16 changed files with 14 additions and 24 deletions
@@ -33,8 +33,7 @@ class CrudFirestoreDataSourceImpl<Model extends ObjectModel, Entity>
required Model Function(
DocumentSnapshot<Map<String, dynamic>>,
SnapshotOptions?,
)
fromFirestore,
) fromFirestore,
/// The function that converts a [Model] to a [Map<String, Object?>].
required Map<String, Object?> Function(Model, SetOptions?) toFirestore,