HomePageInfo class

This class holds read only information about the anitube.site website home page. These infos are the most recent animes, the animes more visualized, the latest episodes and the releases of the day.

Constructors

HomePageInfo(List<AnimeItem> mostRecentAnimes, List<AnimeItem> mostShowedAnimes, List<EpisodeItem> latestEpisodes, List<AnimeItem> dayReleases)

Properties

dayReleases List<AnimeItem>
The releases of the day.
final
hashCode int
The hash code for this object.
no setterinherited
latestEpisodes List<EpisodeItem>
The most recent episodes.
final
mostRecentAnimes List<AnimeItem>
The Most recent animes.
final
mostShowedAnimes List<AnimeItem>
The animes with more visualization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited