NO_ERRORS constant
An empty array of errors used when no errors are expected.
Implementation
static const List<AnalysisError> NO_ERRORS = <AnalysisError>[];
An empty array of errors used when no errors are expected.
static const List<AnalysisError> NO_ERRORS = <AnalysisError>[];