hasByMonth property

bool hasByMonth

Checks if this rule has at least one byMonth modifier

Compare byMonth

Implementation

bool get hasByMonth => byMonth?.isNotEmpty == true;