keys property

List<String> get keys

Get all keys

Implementation

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