WorkflowValidationError constructor

WorkflowValidationError({
  1. String? code,
  2. WorkflowElementReference? elementReference,
  3. WorkflowValidationErrorLevel? level,
  4. String? message,
  5. WorkflowValidationErrorType? type,
})

Implementation

WorkflowValidationError(
    {this.code, this.elementReference, this.level, this.message, this.type});