log method
Logs the value during the validation process.
Implementation
FormFieldValidator<T> log({String Function(T? value)? log}) {
return FormBuilderValidators.log(log: log);
}
Logs the value during the validation process.
FormFieldValidator<T> log({String Function(T? value)? log}) {
return FormBuilderValidators.log(log: log);
}