QueueCreateQueueOutput.fromJson constructor

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

Implementation

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