OptimizationState class

Inheritance

Constructors

OptimizationState()

Properties

error String?
no setter
errors Map<String, String>
no setter
hashCode int
The hash code for this object.
no setterinherited
isOptimizing bool
no setter
progress double
no setter
results List<OptimizationResult>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addError(String path, String error) → void
addListener(StateListener listener) → void
inherited
addResult(OptimizationResult result) → void
completeOptimization() → void
failOptimization(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
startOptimization() → void
toString() String
A string representation of this object.
inherited
updateProgress(double progress) → void

Operators

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