EnvironmentPropertyUpdates constructor

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

Implementation

EnvironmentPropertyUpdates({
  required this.propertyGroups,
});