length property

int get length

Test/inspection helper: the number of keys currently stored.

Implementation

int get length => _store.length;