call<T> method
DocumentSnapshot<T> ?
call<T>(
- Document<
T> doc
Implementation
DocumentSnapshot<T>? call<T>(Document<T> doc) {
return init(() => doc, key: ValueKey(doc));
}
DocumentSnapshot<T>? call<T>(Document<T> doc) {
return init(() => doc, key: ValueKey(doc));
}