lastInput property

String lastInput
getter/setter pair

A value holder used to check if we have to call for future or not. If current provided value in the search method of SearchStateManager is same as lastInput. We've to ignore calling and waiting for it.

Implementation

String lastInput;