v1Selector constructor

const v1Selector({
  1. String? subject,
  2. v1Operator? operator,
  3. String? target,
})

Implementation

const v1Selector({
  this.subject,
  this.operator,
  this.target,
});