EnvironmentPropertyDescriptions constructor

EnvironmentPropertyDescriptions({
  1. List<PropertyGroup>? propertyGroupDescriptions,
})

Implementation

EnvironmentPropertyDescriptions({
  this.propertyGroupDescriptions,
});