FieldValidation constructor
const
FieldValidation({})
Implementation
const FieldValidation({
required this.fieldName,
required this.isValid,
this.confidence = 1.0,
this.correctedValue,
this.validationMethod = '',
this.message = '',
});