data class Season : Entity
<init> |
Season(seasonName: String? = null, seasonYear: Int? = null, anime: List<AnimeSubEntity?>? = null) |
anime |
List of anime in this season. val anime: List<AnimeSubEntity?>? |
seasonName |
Name of the season. val seasonName: String? |
seasonYear |
Year of the season. val seasonYear: Int? |