movePrevious method Null safety
Move back to the previous element.
Returns true and updates current if successful. Returns false and updates current to an implementation defined state if there is no previous element
Implementation
bool movePrevious();