length property

int length

Implementation

int get length {
  return _keys.map(_adapter.exists).where((e) => e == true).length;
}