GuildStickerWithUserResponse.fromJson constructor

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

Implementation

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