QueueListQueuesInput.fromJson constructor

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

Implementation

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