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