AnimeListPageInfo class

This class holds read only info about animes list page from anitube.site brazilian website.

Constructors

AnimeListPageInfo.fromJson(Map<String, dynamic> map)

Properties

animes List<AnimeItem>
All animes available in this page.
final
hashCode int
The hash code for this object.
no setterinherited
maxPageNumber String
The number of the last page. Useful to make pagination.
final
pageNumber String
The current page number;
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

Constants

ANIME_ITEMS → const String
CURRENT_PAGE → const String
MAX_PAGE_NUMBER → const String
PAGINATION_INFO → const String