Operations constructor

Operations({
  1. List<Target>? dependencyTargets,
  2. bool? disabled,
  3. bool? hasOutput,
  4. List<String>? queries,
  5. RelationDescriptor? relationDescriptor,
  6. List<String>? tags,
})

Implementation

Operations({
  this.dependencyTargets,
  this.disabled,
  this.hasOutput,
  this.queries,
  this.relationDescriptor,
  this.tags,
});