PeamanUserPartialUpdater constructor

PeamanUserPartialUpdater({
  1. List<String>? searchKeys,
  2. int? feeds,
  3. int? photos,
  4. int? videos,
  5. int? followers,
  6. int? following,
  7. int? reactionsReceivedFromFeeds,
  8. int? commentsReceivedFromFeeds,
  9. int? repliesReceivedFromFeeds,
  10. int? sharesReceivedFromFeeds,
  11. int? viewsReceivedFromFeeds,
  12. int? onboardingStep,
  13. Map<String, dynamic> extraData = const {},
})

Implementation

PeamanUserPartialUpdater({
  this.searchKeys,
  this.feeds,
  this.photos,
  this.videos,
  this.followers,
  this.following,
  this.reactionsReceivedFromFeeds,
  this.commentsReceivedFromFeeds,
  this.repliesReceivedFromFeeds,
  this.sharesReceivedFromFeeds,
  this.viewsReceivedFromFeeds,
  this.onboardingStep,
  this.extraData = const {},
});