FirestoreConverter<T extends Object?> constructor
FirestoreConverter<T extends Object?> ({
- required Map<
String, Object?> toFirestore(- T,
- dynamic
- required T fromFirestore(
- DocumentSnapshotForAll<
T> , - dynamic
- DocumentSnapshotForAll<
Implementation
FirestoreConverter({required this.toFirestore, required this.fromFirestore});