AnimeSearchResponse

constructor(    name: String,     url: String,     apiName: String,     type: TvType? = null,     posterUrl: String? = null,     year: Int? = null,     dubStatus: EnumSet<DubStatus>? = null,     otherName: String? = null,     episodes: MutableMap<DubStatus, Int> = mutableMapOf(),     id: Int? = null,     quality: SearchQuality? = null,     posterHeaders: Map<String, String>? = null)(source)

Deprecated

Use newAnimeSearchResponse