Episode class

Constructors

Episode({int? id, Cartoon? series, int? episodeNumber, int? seasonNumber, String? name, String? summary, String? releaseDate, String? screenshot, DateTime? dateCreated, int? runtime})
Episode.fromJson(Map<String, dynamic> json)
Episode.fromJsonLess(Map<String, dynamic> json)

Properties

dateCreated DateTime?
getter/setter pair
episodeNumber int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
name String?
getter/setter pair
releaseDate String?
getter/setter pair
runtime int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot String?
getter/setter pair
seasonNumber int?
getter/setter pair
series Cartoon?
getter/setter pair
seriesId int?
getter/setter pair
summary String?
getter/setter pair

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