AnalysisState class
Constructors
Properties
- currentTask → String
-
no setter
- error → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnalyzing → bool
-
no setter
- lastAnalysis → AnalysisResult?
-
no setter
- processedFiles → int
-
no setter
- progress → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalFiles → int
-
no setter
Methods
-
addListener(
StateListener listener) → void -
inherited
-
completeAnalysis(
AnalysisResult result) → void -
failAnalysis(
String error) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
inherited
-
removeListener(
StateListener listener) → void -
inherited
-
setTask(
String task) → void -
startAnalysis(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateProgress(
String task, int processed, int total) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited