ReportGetAssignmentsOutput.fromJson constructor

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

Implementation

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