isNotFirst property

bool isNotFirst

Implementation

bool get isNotFirst =>
    this != IterationPosition.first && this != IterationPosition.only;