buildResultEpisode

fun buildResultEpisode(    headerName: String,     name: String? = null,     poster: String? = null,     episode: Int,     seasonIndex: Int? = null,     season: Int? = null,     data: String,     apiName: String,     id: Int,     index: Int,     rating: Int? = null,     description: String? = null,     isFiller: Boolean? = null,     tvType: TvType,     parentId: Int,     totalEpisodeIndex: Int? = null,     airDate: Long? = null,     runTime: Int? = null): ResultEpisode(source)