lastIndex property

int? lastIndex
getter/setter pair

Gets the index of the last accessed element, if any.

Returns null if no element has been accessed yet or if the cache has been invalidated.

Implementation

int? lastIndex;