DeleteReportGroupOutput.fromJson constructor

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

Implementation

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