v1SelectorV2 constructor
const
v1SelectorV2({
- String? subject,
- v1Operator? operator,
- List<
String> ? targets,
Implementation
const v1SelectorV2({
this.subject,
this.operator,
this.targets,
});