DataPreparation constructor

DataPreparation({
  1. SqlDefinition? contentsSql,
  2. String? contentsYaml,
  3. List<Target>? dependencyTargets,
  4. bool? disabled,
  5. List<String>? tags,
})

Implementation

DataPreparation({
  this.contentsSql,
  this.contentsYaml,
  this.dependencyTargets,
  this.disabled,
  this.tags,
});