CompileError constructor

CompileError(
  1. Object? message
)

Create a new CompileError with the given message.

Implementation

CompileError(this.message);