Condition constructor

Condition({
  1. CrawlState? crawlState,
  2. String? crawlerName,
  3. String? jobName,
  4. LogicalOperator? logicalOperator,
  5. JobRunState? state,
})

Implementation

Condition({
  this.crawlState,
  this.crawlerName,
  this.jobName,
  this.logicalOperator,
  this.state,
});