isCached property

bool get isCached

Whether the cache has been populated from the backing store.

Use this to distinguish "no token stored" from "we haven't checked yet" in places where you can't await a read.

Implementation

bool get isCached => _loaded;