isLast property

bool isLast

Implementation

bool get isLast =>
    this == IterationPosition.last || this == IterationPosition.only;