hasBySecond property

bool hasBySecond

Checks if there is at least one bySecond modifier

Compare bySecond

Implementation

bool get hasBySecond => bySecond?.isNotEmpty ?? false;