CreateProfilingGroupResponse constructor

CreateProfilingGroupResponse({
  1. required ProfilingGroupDescription profilingGroup,
})

Implementation

CreateProfilingGroupResponse({
  required this.profilingGroup,
});