reporter property
set
reporter
(DiagnosticReporter value)
inherited
Sets the DiagnosticReporter for the CompilationUnit currently being
visited.
Implementation
set reporter(DiagnosticReporter value) => _reporter = value;