static bool isPercentage(String? percentageValue) { return percentageValue != null && _percentageRegExp.hasMatch(percentageValue); }