INFO constant
        
        ErrorSeverity
        const INFO
        
      
      
The severity representing an informational level analysis issue.
Implementation
static const ErrorSeverity INFO = const ErrorSeverity('INFO', 1, "I", "info");
The severity representing an informational level analysis issue.
static const ErrorSeverity INFO = const ErrorSeverity('INFO', 1, "I", "info");