length property

  1. @override
int length
override

Gets the current length of this.

Returns the cached length of this, in O(1). This is the full length, i.e., the sum of the lengths of each bucket.

Implementation

@override
int get length => _length;