AnimeItem class

Item representation for an anime.

Constructors

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

Properties

closeCaptionType String
Item closed caption type.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The item id
finalinherited
imageUrl String
Item cover image url
finalinherited
pageUrl String
item page url
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Item title
finalinherited

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