ShutdownGuildRequest.fromJson constructor

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

Implementation

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