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