SafaehOnboardingDesign enum
Complete visual directions available to every Safaeh consumer.
The value is intentionally stable so hosts can persist it as a string without coupling themselves to Safaeh's private implementation classes.
- Inheritance
- Available extensions
Values
- meadow → const SafaehOnboardingDesign
- orbit → const SafaehOnboardingDesign
- paper → const SafaehOnboardingDesign
- atelier → const SafaehOnboardingDesign
- zen → const SafaehOnboardingDesign
- prism → const SafaehOnboardingDesign
Properties
- description → String
-
Available on SafaehOnboardingDesign, provided by the SafaehOnboardingDesignX extension
Short default description for design pickers and catalogs.no setter - displayName → String
-
Available on SafaehOnboardingDesign, provided by the SafaehOnboardingDesignX extension
Default English name. Hosts may replace this with localized copy.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Available on SafaehOnboardingDesign, provided by the SafaehOnboardingDesignX extension
Stable storage/catalog identifier.no setter - index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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<
SafaehOnboardingDesign> - A constant List of the values in this enum, in order of their declaration.