QueueRouteReportsOutput.fromJson constructor

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

Implementation

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