QueueDeleteQueueOutput.fromJson constructor

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

Implementation

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