JikanAnime class
Constructors
- JikanAnime(int? animeId)
Properties
Methods
-
characters(
) → Future< List< Map> > -
episode(
int episodeNum) → Future< Map< String, dynamic> > -
get(
) → Future< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
relations(
) → Future< List< Map> > -
staff(
) → Future< List< Map> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited