Stats class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Stats(UserMovieSEpisodeStats movies, UserMovieSEpisodeStats episodes, UserShowStats shows, UserSeasonStats seasons, UserNetworkStats network, UserRatingStats ratings)
Stats.fromJson(Map<String, dynamic> json)
factory

Properties

episodes UserMovieSEpisodeStats
final
hashCode int
The hash code for this object.
no setterinherited
movies UserMovieSEpisodeStats
final
network UserNetworkStats
final
ratings UserRatingStats
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasons UserSeasonStats
final
shows UserShowStats
final

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

Static Methods

fromJsonModel(Map<String, dynamic> json) Stats