A function that must return a validation error if the provided value is invalid and null otherwise.
value
null
@override String? validator(String value) => validation(value);