GenericEnrichedActivity<A, Ob, T, Or> constructor

const GenericEnrichedActivity<A, Ob, T, Or>({
  1. String? id,
  2. A? actor,
  3. String? verb,
  4. Ob? object,
  5. String? foreignId,
  6. T? target,
  7. DateTime? time,
  8. Or? origin,
  9. List<String>? to,
  10. double? score,
  11. Map<String, Object>? analytics,
  12. Map<String, Object>? extraContext,
  13. Map<String, Object?>? extraData,
  14. Map<String, int>? reactionCounts,
  15. Map<String, List<Reaction>>? ownReactions,
  16. Map<String, List<Reaction>>? latestReactions,
})

Implementation

const GenericEnrichedActivity({
  this.id,
  this.actor,
  this.verb,
  this.object,
  this.foreignId,
  this.target,
  this.time,
  this.origin,
  this.to,
  this.score,
  this.analytics,
  this.extraContext,
  this.extraData,
  this.reactionCounts,
  this.ownReactions,
  this.latestReactions,
});