@override bool validate(value, data) { value = num.parse(value.toString()); return value >= num.parse(minValue.toString()); }