String? validateName(String? value) { return Validators.callFunction(ValidatorType.name, value?.trim()); }