CompileError constructor
CompileError(
- Object? message
Create a new CompileError with the given message
.
Implementation
CompileError(this.message);
Create a new CompileError with the given message
.
CompileError(this.message);