CompilationResultAction constructor

CompilationResultAction({
  1. Assertion? assertion,
  2. Target? canonicalTarget,
  3. DataPreparation? dataPreparation,
  4. Declaration? declaration,
  5. String? filePath,
  6. String? internalMetadata,
  7. Notebook? notebook,
  8. Operations? operations,
  9. Relation? relation,
  10. Target? target,
})

Implementation

CompilationResultAction({
  this.assertion,
  this.canonicalTarget,
  this.dataPreparation,
  this.declaration,
  this.filePath,
  this.internalMetadata,
  this.notebook,
  this.operations,
  this.relation,
  this.target,
});