FeedsPreferencesResponse constructor

FeedsPreferencesResponse({
  1. String? comment,
  2. String? commentReaction,
  3. Map<String, String> customActivityTypes = const {},
  4. String? follow,
  5. String? mention,
  6. String? reaction,
})

Returns a new FeedsPreferencesResponse instance.

Implementation

FeedsPreferencesResponse({
  this.comment,
  this.commentReaction,
  this.customActivityTypes = const {},
  this.follow,
  this.mention,
  this.reaction,
});