QueueListQueuesOutput.fromJson constructor

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

Implementation

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