UpdateProfilingGroupResponse constructor

UpdateProfilingGroupResponse({
  1. required ProfilingGroupDescription profilingGroup,
})

Implementation

UpdateProfilingGroupResponse({
  required this.profilingGroup,
});