PlexActivityItem constructor
const
PlexActivityItem({})
Implementation
const PlexActivityItem({
required this.id,
required this.title,
required this.time,
this.body,
this.icon,
this.tone = PlexActivityTone.neutral,
});