static bool isPercentage(String? percentageValue) { return percentageValue != null && _isPercentageToken(percentageValue, nonNegative: false); }