containsKey method

bool containsKey(
  1. String key
)

Whether the cache contains the specified key or not.

Implementation

bool containsKey(String key) => _assets.containsKey(key);