FieldMatchValidator<T> constructor

FieldMatchValidator<T>(
  1. String fieldName,
  2. T getFieldValue(), {
  3. String? errorMessage,
  4. FieldMatchMessageBuilder? errorMessageBuilder,
})

Implementation

FieldMatchValidator(
  this.fieldName,
  this.getFieldValue, {
  super.errorMessage,
  this.errorMessageBuilder,
});