statusOf method

AsyncStatus statusOf(
  1. Key key
)

Implementation

AsyncStatus statusOf(Key key) => _entries[key]?.status ?? AsyncStatus.unknown;