v1Selector constructor
const
v1Selector({
- String? subject,
- v1Operator? operator,
- String? target,
Implementation
const v1Selector({
this.subject,
this.operator,
this.target,
});