ProjectIdInputConfig constructor
ProjectIdInputConfig(
- ProjectSelectionConfig? selectionConfig
Implementation
ProjectIdInputConfig(final ProjectSelectionConfig? selectionConfig)
: requirements = [
if (selectionConfig != null)
FormRequirement(
config: selectionConfig,
configOption: kCreateNewProjectOption,
),
];