CompileError constructor

CompileError([
  1. String? message
])

Implementation

factory CompileError([_i2.String? message]) => _i5.callConstructor(
      _declaredCompileError,
      [message ?? _i6.undefined],
    );