isFirst property

bool get isFirst

Implementation

bool get isFirst =>
    this == IterationPosition.first || this == IterationPosition.only;