WorkflowValidationError constructor
WorkflowValidationError({
- String? code,
- WorkflowElementReference? elementReference,
- WorkflowValidationErrorLevel? level,
- String? message,
- WorkflowValidationErrorType? type,
Implementation
WorkflowValidationError(
{this.code, this.elementReference, this.level, this.message, this.type});