CustomValidation constructor
CustomValidation(
- CustomValidator customValidator, {
- String? message,
- String? messageFn()?,
Implementation
CustomValidation(
this.customValidator, {
String? message,
String? Function()? messageFn,
}) : customMessage = message,
customMessageFn = messageFn;