hasNext property

bool hasNext

Implementation

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