ReportQueryActivitiesOutput.fromJson constructor

ReportQueryActivitiesOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ReportQueryActivitiesOutput.fromJson(Map<String, Object?> json) =>
    _$ReportQueryActivitiesOutputFromJson(json);