current property

Implementation

static JsonWebKeySetLoader get current {
  return Zone.current[_jsonWebKeySetLoaderToken] ?? _global;
}