DeleteGuildRequest.fromJson constructor

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

Implementation

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