EpisodeDetails class

This class holds read only info about an episode. All the information are provided by animetube.site brazilian website and some of them infos can be wrong or even unavailable.

Constructors

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

Properties

animeId String
Anime id.
final
description String
Episode description
final
hashCode int
The hash code for this object.
no setterinherited
nextEpisodeId String
Next episode Id if existent.
final
previousEpisodeId String
Nrevious episode Id if existent.
final
referer String
Token needed to execute this episode. Is the same as page url.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamingUrl String
Episode video stream url.
final
title String
The episode title.
final

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

ANIME_ID → const String
DESCRIPTION → const String
NEXT → const String
PREVIOUS → const String
REFERER → const String
STREAM_URL → const String
TITLE → const String