ActivityItem class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

ActivityItem(String? watchedAt, String? collectedAt, String? ratedAt, String? watchlistedAt, String? recommendationsAt, String? commentedAt, String? pausedAt, String? hiddenAt, String? likedAt, String? updatedAt, String? settingsAt, String? followedAt, String? followingAt, String? pendingAt)
ActivityItem.fromJson(Map<String, dynamic> json)
factory

Properties

collectedAt String?
final
commentedAt String?
final
followedAt String?
final
followingAt String?
final
hashCode int
The hash code for this object.
no setterinherited
hiddenAt String?
final
likedAt String?
final
pausedAt String?
final
pendingAt String?
final
ratedAt String?
final
recommendationsAt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingsAt String?
final
updatedAt String?
final
watchedAt String?
final
watchlistedAt String?
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) ActivityItem