keys property

Returns the keys that can be used to access the logged records using the methods get and getAll.

Each record corresponds to one key.

Implementation

Iterable<String> get keys => _data.keys;