hasByYearDay property

bool hasByYearDay

Checks if this rule has at least one byYearDay modifier

Compare byYearDay

Implementation

bool get hasByYearDay => byYearDay?.isNotEmpty == true;