NO_ERRORS constant

  1. @Deprecated('Not used')
List<AnalysisError> const NO_ERRORS

An empty array of errors used when no errors are expected.

Implementation

@Deprecated('Not used')
static const List<AnalysisError> NO_ERRORS = <AnalysisError>[];