HINT constant

ErrorType const HINT

Extra analysis run over the code to follow best practices, which are not in the Dart Language Specification.

Implementation

static const ErrorType HINT = const ErrorType('HINT', 1, ErrorSeverity.INFO);