If the index is greater than the size, return false, otherwise return true.
bool hasPrev() => _index > 1;