movePrevious method

bool movePrevious()

Advances the iterator to the previous element in the iteration.

Implementation

bool movePrevious() => move(QueryDirection.reverse);