NO_ERRORS constant

List<AnalysisError> const NO_ERRORS

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

Implementation

static const List<AnalysisError> NO_ERRORS = <AnalysisError>[];