ReportReassignQueueInput.fromJson constructor

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

Implementation

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