nullListener constant
        
        DiagnosticListener
        const nullListener
        
      
      
A diagnostic listener that ignores diagnostics that are reported to it.
Implementation
static const DiagnosticListener nullListener = _NullDiagnosticListener();