ValidationErrorDTO constructor
ValidationErrorDTO({})
Returns a new ValidationErrorDTO instance.
Implementation
ValidationErrorDTO({
this.objectName,
this.objectIndex,
this.propertyPath,
this.invalidValue,
this.code,
this.details = const {},
this.message,
});