length property
int
get
length
Test/inspection helper: the number of keys currently stored.
Implementation
int get length => _store.length;
Test/inspection helper: the number of keys currently stored.
int get length => _store.length;