DeleteProfilingGroupResponse.fromJson constructor

DeleteProfilingGroupResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteProfilingGroupResponse.fromJson(Map<String, dynamic> _) {
  return DeleteProfilingGroupResponse();
}