ExecutionResult constructor
      
      ExecutionResult({})
     
    
    
Implementation
ExecutionResult({
  this.commands,
  this.documentationUrl,
  this.resource,
  this.rule,
  this.severity,
  this.type,
  this.violationDetails,
  this.violationMessage,
});