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