@override bool validate(value, data) { value = value.toString().length; return value >= lowerBoundary && value <= higherBoundary; }