@override String? validate(F form, E key, int value) { if (value < 0) { return loc.minValueError(0); } return null; }