keys property

List<String> get keys

Returns the list of keys in the cache.

Implementation

List<String> get keys => _assets.keys.toList();