SyncActivity class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

SyncActivity(String all, ActivityItem movies, ActivityItem episodes, ActivityItem shows, ActivityItem seasons, ActivityItem comments, ActivityItem lists, ActivityItem watchlist, ActivityItem recommendations, ActivityItem account)
SyncActivity.fromJson(Map<String, dynamic> json)
factory

Properties

account ActivityItem
final
all String
final
comments ActivityItem
final
episodes ActivityItem
final
hashCode int
The hash code for this object.
no setterinherited
lists ActivityItem
final
movies ActivityItem
final
recommendations ActivityItem
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasons ActivityItem
final
shows ActivityItem
final
watchlist ActivityItem
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) SyncActivity