ProjectAnalysisResult class

Result of analyzing an entire project.

Constructors

ProjectAnalysisResult({required int fileCount, required Map<String, List<Diagnostic>> diagnostics})
const

Properties

diagnostics Map<String, List<Diagnostic>>
final
errorCount int
no setter
fileCount int
final
hashCode int
The hash code for this object.
no setterinherited
infoCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDiagnostics int
no setter
warningCount int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited