PropertyGroup constructor

PropertyGroup({
  1. required String propertyGroupId,
  2. required Map<String, String> propertyMap,
})

Implementation

PropertyGroup({
  required this.propertyGroupId,
  required this.propertyMap,
});