GuildLinkChannelCreateRequest.fromJson constructor

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

Implementation

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