STATIC_WARNING constant

ErrorType const STATIC_WARNING

Static warnings are those warnings reported by the static checker. They have no effect on execution. Static warnings must be provided by Dart compilers used during development.

Implementation

static const ErrorType STATIC_WARNING =
    const ErrorType('STATIC_WARNING', 4, ErrorSeverity.WARNING);