EnvironmentProperties constructor

EnvironmentProperties({
  1. required List<PropertyGroup> propertyGroups,
})

Implementation

EnvironmentProperties({
  required this.propertyGroups,
});