hasByMinute property

bool hasByMinute

Checks if there is at least one byMinute modifier

Compare byMinute

Implementation

bool get hasByMinute => byMinute?.isNotEmpty ?? false;