v1SelectorV2 constructor

const v1SelectorV2({
  1. String? subject,
  2. v1Operator? operator,
  3. List<String>? targets,
})

Implementation

const v1SelectorV2({
   this.subject,
   this.operator,
   this.targets,
});