hasNext property

bool get hasNext

Implementation

bool get hasNext => this.isNotLast && this.isNotOnly;