hasByHour property

bool hasByHour

Checks if there is at least one byHour modifier

Compare byHour

Implementation

bool get hasByHour => byHour?.isNotEmpty == true;