lastUsed property

EasyText? lastUsed
getter/setter pair

Gets the last accessed EasyText element, if any.

This can be useful for debugging or for operations that need to continue from the last accessed position.

Implementation

EasyText? lastUsed;