menu
serverpod_cloud_cli package
documentation
commands/launch/tui/config.dart
ProjectSelectionOption
ProjectSelectionOption.new const constructor
ProjectSelectionOption.new const constructor
dark_mode
light_mode
ProjectSelectionOption
constructor
const
ProjectSelectionOption
(
{
required
String
label
,
String
?
projectId
,
})
Implementation
const ProjectSelectionOption({required this.label, this.projectId});
serverpod_cloud_cli package
documentation
commands/launch/tui/config
ProjectSelectionOption
ProjectSelectionOption.new const constructor
ProjectSelectionOption class