lookup static method

RefEntry? lookup(
  1. String ref
)

Looks up RefEntry by token. Returns null if the token is unknown or its owning group has been disposed.

Implementation

static RefEntry? lookup(String ref) => _entries[ref];