menu
tom_d4rt_ast package
documentation
runtime.dart
ErrorReporter
clear static method
clear static method
dark_mode
light_mode
clear
static method
void
clear
(
)
Clears all reported errors.
Implementation
static void clear() { _errors.clear(); }
tom_d4rt_ast package
documentation
runtime
ErrorReporter
clear static method
ErrorReporter class