EnvironmentSelectionInfo constructor
const
EnvironmentSelectionInfo({
- required List<
EnvironmentResource> availableEnvironments, - EnvironmentResource? selectedEnvironment,
- String? selectedEnvironmentSource,
Implementation
const EnvironmentSelectionInfo({
required this.availableEnvironments,
this.selectedEnvironment,
this.selectedEnvironmentSource,
});