JikanKt / moe.ganen.jikankt.models.base.types / AnimeListEntity / <init>

<init>

AnimeListEntity(malId: Int, title: String? = null, url: String? = null, imageUrl: String? = null, videoUrl: String? = null, type: String? = null, episodesWatched: Int? = null, episodesTotal: Int? = null, score: Double? = null, hasEpisodeVideo: Boolean? = null, hasPromoVideo: Boolean? = null, hasVideo: Boolean? = null, isRewatching: Boolean? = null, rating: String? = null, startDate: Date? = null, endDate: Date? = null, startWatchDate: Date? = null, endWatchDate: Date? = null, days: Int? = null, priority: String? = null, airingStatus: Int? = null, watchingStatus: Int? = null)