Jikan class

Constructors

Jikan({bool debug = false})

Properties

debug bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAnimeCharactersStaff(int animeId) Future<CharacterStaff>
getAnimeEpisodes(int animeId, {int page = 1}) Future<BuiltList<Episode>>
getAnimeForum(int animeId, {ForumType? type}) Future<BuiltList<Forum>>
getAnimeInfo(int animeId) Future<Anime>
getAnimeMoreInfo(int animeId) Future<String>
getAnimeNews(int animeId) Future<BuiltList<Article>>
getAnimePictures(int animeId) Future<BuiltList<Picture>>
getAnimeRecommendations(int animeId) Future<BuiltList<Recommendation>>
getAnimeReviews(int animeId, {int page = 1}) Future<BuiltList<Review>>
getAnimeStats(int animeId) Future<Stats>
getAnimeUserUpdates(int animeId, {int page = 1}) Future<BuiltList<UserUpdate>>
getAnimeVideos(int animeId) Future<BuiltList<Promo>>
getCharacterInfo(int characterId) Future<Character>
getCharacterPictures(int characterId) Future<BuiltList<Picture>>
getClubInfo(int clubId) Future<Club>
getClubMembers(int clubId, {int page = 1}) Future<BuiltList<Member>>
getGenre(int genreId, GenreType type, {int page = 1}) Future<Genre>
getMagazineInfo(int magazineId, {int page = 1}) Future<Magazine>
getMangaCharacters(int mangaId) Future<BuiltList<CharacterRole>>
getMangaForum(int mangaId, {ForumType? type}) Future<BuiltList<Forum>>
getMangaInfo(int mangaId) Future<Manga>
getMangaMoreInfo(int mangaId) Future<String>
getMangaNews(int mangaId) Future<BuiltList<Article>>
getMangaPictures(int mangaId) Future<BuiltList<Picture>>
getMangaRecommendations(int mangaId) Future<BuiltList<Recommendation>>
getMangaReviews(int mangaId, {int page = 1}) Future<BuiltList<Review>>
getMangaStats(int mangaId) Future<Stats>
getMangaUserUpdates(int mangaId, {int page = 1}) Future<BuiltList<UserUpdate>>
getPersonInfo(int personId) Future<Person>
getPersonPictures(int personId) Future<BuiltList<Picture>>
getProducerInfo(int producerId, {int page = 1}) Future<Producer>
getSchedule({WeekDay? weekday}) Future<Schedule>
getSeason({int? year, SeasonType? season}) Future<Season>
getSeasonArchive() Future<BuiltList<SeasonArchive>>
getSeasonLater() Future<Season>
getTop(TopType type, {TopSubtype? subtype, int page = 1}) Future<BuiltList<Top>>
getUserFriends(String username, {int page = 1}) Future<BuiltList<Friend>>
getUserHistory(String username, {HistoryType? type}) Future<BuiltList<History>>
getUserProfile(String username) Future<UserProfile>
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