ProjectPreferences class
Snapshot of user choices collected during scaffolding.
Constructors
-
ProjectPreferences.new({required String name, required String packageName, required String? initialRoute, required List<
IModuleCodeContributor> selectedModules}) -
Creates a new ProjectPreferences.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialRoute → String?
-
Initial route path to show after app launch.
final
- name → String
-
Human-readable project name.
final
- packageName → String
-
Reverse-domain package/organization name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedModules
→ List<
IModuleCodeContributor> -
Selected modules to be included in the generated project.
final
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