CompileError constructor
CompileError([
- String? message,
- ErrorOptions? options
Implementation
factory CompileError([
_i2.String? message,
_i5.ErrorOptions? options,
]) =>
_i6.callConstructor(
_declaredCompileError,
[
message ?? _i7.undefined,
options ?? _i7.undefined,
],
);