Condition constructor
Condition({
- CrawlState? crawlState,
- String? crawlerName,
- String? jobName,
- LogicalOperator? logicalOperator,
- JobRunState? state,
Implementation
Condition({
this.crawlState,
this.crawlerName,
this.jobName,
this.logicalOperator,
this.state,
});