ValidationFailure2 constructor
ValidationFailure2({})
Implementation
ValidationFailure2({
this.propertyName,
this.errorMessage,
this.attemptedValue,
this.customState,
this.severity,
this.errorCode,
this.formattedMessagePlaceholderValues,
});