isNotLast property

bool get isNotLast

Implementation

bool get isNotLast =>
    this != IterationPosition.last && this != IterationPosition.only;