hasPrev method

bool hasPrev()

If the index is greater than the size, return false, otherwise return true.

Implementation

bool hasPrev() => _index > 1;