hasCurrent property

bool hasCurrent

Whether or not current has a valid value.

This starts out as false, and then stores the value of the previous moveNext call.

Implementation

bool get hasCurrent => _hasCurrent;