WizardSubStep enum
Identifier for a single sub-step in the Firebase setup flow. The wizard translates these into "Step 5.x · …" indicators; CLI callers use them for structured logging.
- Inheritance
- Available extensions
Values
- firebaseLogin → const WizardSubStep
- gcloudLogin → const WizardSubStep
- billingCheck → const WizardSubStep
- enableFirebaseApis → const WizardSubStep
- configureClient → const WizardSubStep
- initFirestore → const WizardSubStep
- initStorage → const WizardSubStep
- enableAuthProviders → const WizardSubStep
- deployFirestoreRules → const WizardSubStep
- deployStorageRules → const WizardSubStep
- buildWeb → const WizardSubStep
- hostingInit → const WizardSubStep
- deployHostingRelease → const WizardSubStep
- deployHostingBeta → const WizardSubStep
- enableServerApis → const WizardSubStep
- ensureArtifactRegistryRepo → const WizardSubStep
- applyArtifactCleanupPolicy → const WizardSubStep
- capCloudRunRevisions → const WizardSubStep
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- label → String
-
Available on WizardSubStep, provided by the WizardSubStepLabel extension
Human-readable label printed by the wizard / CLI ("5.1 Authenticate with Firebase", etc.). Step numbers are prefixed by the caller.no setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WizardSubStep> - A constant List of the values in this enum, in order of their declaration.