EnvironmentProperties constructor
EnvironmentProperties({
- required List<
PropertyGroup> propertyGroups,
Implementation
EnvironmentProperties({
required this.propertyGroups,
});