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