AtomicSearch constructor

AtomicSearch({
  1. List<String>? tags,
  2. List<String>? excludedTags,
  3. String? ruleId,
})

Implementation

AtomicSearch({
  this.tags,
  this.excludedTags,
  this.ruleId,
});