ProjectIdInputConfig constructor

ProjectIdInputConfig(
  1. ProjectSelectionConfig? selectionConfig
)

Implementation

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