hasLimit property

bool hasLimit

Checks if this recurrence rule is limited, either by count or by until.

Implementation

bool get hasLimit => count != null || until != null;