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