NiceActivityEntry constructor
Implementation
const NiceActivityEntry({
required this.id,
required this.type,
required this.actor,
required this.message,
required this.timestamp,
this.actorAvatar,
this.icon,
this.color,
this.metadata,
});