call<T> method

DocumentSnapshot<T>? call<T>(
  1. Document<T> doc
)

Implementation

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