SetupStepResult class
Outcome of a single orchestrator sub-step.
Constructors
- SetupStepResult({required WizardSubStep step, required SetupStepStatus status, String message = '', String fixHint = ''})
-
const
- SetupStepResult.failed(WizardSubStep step, {String message = '', String fixHint = ''})
-
factory
- SetupStepResult.skipped(WizardSubStep step, {String message = '', String fixHint = ''})
-
factory
- SetupStepResult.success(WizardSubStep step, {String message = ''})
-
factory
Properties
- failed → bool
-
no setter
- fixHint → String
-
CLI command (or short hint) that the user can run to fix a failed
or skipped step independently. Empty when no specific fix exists.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Diagnostic message — empty on plain success.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipped → bool
-
no setter
- status → SetupStepStatus
-
final
- step → WizardSubStep
-
final
- success → bool
-
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