FieldMatchValidator<T> constructor

FieldMatchValidator<T>(
  1. String fieldName,
  2. T getFieldValue()
)

Implementation

FieldMatchValidator(
  this.fieldName,
  this.getFieldValue,
);