FieldMatchValidator<T> constructor
FieldMatchValidator<T> (
- String fieldName,
- T getFieldValue(), {
- String? errorMessage,
- FieldMatchMessageBuilder? errorMessageBuilder,
Implementation
FieldMatchValidator(
this.fieldName,
this.getFieldValue, {
super.errorMessage,
this.errorMessageBuilder,
});