DocumentDecoder<E, D extends Document<E>, DocRef extends DocumentRef<E, D>> typedef

DocumentDecoder<E, D extends Document<E>, DocRef extends DocumentRef<E, D>> = D Function(DocumentSnapshot<JsonMap> snapshot, DocRef docRef)

Implementation

typedef DocumentDecoder<E, D extends Document<E>,
        DocRef extends DocumentRef<E, D>>
    = D Function(
  DocumentSnapshot<JsonMap> snapshot,
  DocRef docRef,
);