hasByWeek property

bool hasByWeek

Checks if this rule has at least one byWeek modifier

Compare byWeek

Implementation

bool get hasByWeek => byWeek?.isNotEmpty == true;