errors property Null safety
The analysis errors that were computed during analysis. If state is not ResultState.VALID, throws StateError.
Implementation
List<AnalysisError> get errors;
The analysis errors that were computed during analysis. If state is not ResultState.VALID, throws StateError.
List<AnalysisError> get errors;