ReportReassignQueueOutput.fromJson constructor

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

Implementation

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