End.never constructor

End.never()

The recurrence repeats forever.

Implementation

factory End.never() => End(EndType.NEVER);