hasByMonthDay property

bool hasByMonthDay

Checks if this rule has at least one byYearDay modifier

Compare byMonthDay

Implementation

bool get hasByMonthDay => byMonthDay?.isNotEmpty == true;