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

DocRefCreator<E, D extends Document<E>, DocRef extends DocumentRef<E, D>> = DocRef Function(DocumentReference<JsonMap> ref)

Implementation

typedef DocRefCreator<E, D extends Document<E>,
        DocRef extends DocumentRef<E, D>>
    = DocRef Function(DocumentReference<JsonMap> ref);