EnrichedActivity constructor
EnrichedActivity({
- Data? actor,
- String? foreignId,
- String? id,
- Map<
String, List< latestReactions = const {},EnrichedReaction> > - Data? object,
- Data? origin,
- Map<
String, List< ownReactions = const {},EnrichedReaction> > - Map<
String, int> reactionCounts = const {}, - double? score,
- Data? target,
- Object? time,
- List<
String> to = const [], - String? verb,
Returns a new EnrichedActivity instance.
Implementation
EnrichedActivity({
this.actor,
this.foreignId,
this.id,
this.latestReactions = const {},
this.object,
this.origin,
this.ownReactions = const {},
this.reactionCounts = const {},
this.score,
this.target,
this.time,
this.to = const [],
this.verb,
});