AnimeDetails class

This class holds read only details information about a specific anime. All these information are provided by animetube.site brazilian website and some of them could be wrong or even not available.

Constructors

AnimeDetails.fromJson(Map<String, dynamic> json)

Properties

author String
The anime author
no setter
closedCaption String
Anime closed caption type. Can be dubbed OR legend.
no setter
director String
The anime director
no setter
episodes List<EpisodeItem>
The list of episode available for this anime.
no setter
episodesNumber String
The number of episodes
no setter
format String
no setter
genre String
A String with the anime genres.
no setter
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
Anime cover image Url.
no setter
movies String
Anime movies Url
no setter
ovas String
no setter
resume String
The anime resume or synopsis
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studio String
The a studio that produces this anime.
no setter
title String
The anime title
no setter
year String
The anime year
no setter

Methods

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

Operators

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

Constants

AUTHOR → const String
CC → const String
DESCRIPTION → const String
DIRECTOR → const String
EPISODES_LIST → const String
EPISODES_NUMBER → const String
FORMAT → const String
GENRE → const String
IMAGE_URL → const String
MOVIES → const String
OVAS → const String
STUDIO → const String
TITLE → const String
YEAR → const String