GuildCreateRequest.fromJson constructor

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

Implementation

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