clear static method
dynamic
clear()
Implementation
static clear() => const EditorWarningAndErrorsEntity(
suggestions: [],
warnings: [],
errors: [],
);
static clear() => const EditorWarningAndErrorsEntity(
suggestions: [],
warnings: [],
errors: [],
);