ToFirestore<T> typedef
Null safety
Implementation
typedef ToFirestore<T> = Map<String, Object?> Function(
T value,
SetOptions? options,
);
typedef ToFirestore<T> = Map<String, Object?> Function(
T value,
SetOptions? options,
);