Assertion constructor

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

Implementation

Assertion({
  this.dependencyTargets,
  this.disabled,
  this.parentAction,
  this.relationDescriptor,
  this.selectQuery,
  this.tags,
});