length property

int get length

Returns the number of items in the index.

Implementation

int get length => _items.length;