warning constant

Severity const warning

Warning.

Indicates a dangerous coding style that can cause severe runtime errors. For example: accessing an out of range array element.

Implementation

static const warning = Severity._('warning');