CompilationResultAction constructor
CompilationResultAction({
- Assertion? assertion,
- Target? canonicalTarget,
- DataPreparation? dataPreparation,
- Declaration? declaration,
- String? filePath,
- String? internalMetadata,
- Notebook? notebook,
- Operations? operations,
- Relation? relation,
- Target? target,
Implementation
CompilationResultAction({
this.assertion,
this.canonicalTarget,
this.dataPreparation,
this.declaration,
this.filePath,
this.internalMetadata,
this.notebook,
this.operations,
this.relation,
this.target,
});