DocumentReferenceFake constructor
DocumentReferenceFake(})
Implementation
DocumentReferenceFake(
this._id, {
Future<DocumentSnapshot<Map<String, dynamic>>> Function()? get,
Future<void> Function(Map<Object, Object?>)? update,
Future<void> Function(Map<String, dynamic>)? set,
Stream<DocumentSnapshot<Map<String, dynamic>>>? snapshots,
}) : _set = set,
_snapshots = snapshots,
_update = update,
_get = get;