lookupQuery static method

DuskQuery? lookupQuery(
  1. String ref
)

Looks up the stored DuskQuery for a q<N> token. Returns null when the token is unknown (e.g. after disposeAll, or for e<N> tokens which live in the _entries map instead).

Implementation

static DuskQuery? lookupQuery(String ref) => _queries[ref];