CompilationError constructor

CompilationError({
  1. Target? actionTarget,
  2. String? message,
  3. String? path,
  4. String? stack,
})

Implementation

CompilationError({this.actionTarget, this.message, this.path, this.stack});