AnalysisErrorInfo constructor
Creates a new AnalysisErrorInfo instance with the given filePath
and errorMessage.
Implementation
AnalysisErrorInfo({
required this.filePath,
required this.errorMessage,
});
Creates a new AnalysisErrorInfo instance with the given filePath
and errorMessage.
AnalysisErrorInfo({
required this.filePath,
required this.errorMessage,
});