PeamanUserUpdater constructor

PeamanUserUpdater({
  1. String? name,
  2. String? userName,
  3. String? email,
  4. String? photo,
  5. String? phone,
  6. String? country,
  7. String? bio,
  8. PeamanGender? gender,
  9. int? dob,
  10. String? profession,
  11. int? feeds,
  12. int? photos,
  13. int? videos,
  14. PeamanOnlineStatus? onlineStatus,
  15. int? lastOnlineAt,
  16. List<String>? searchKeys,
  17. int? followers,
  18. int? following,
  19. int? reactionsReceivedFromFeeds,
  20. int? commentsReceivedFromFeeds,
  21. int? repliesReceivedFromFeeds,
  22. int? sharesReceivedFromFeeds,
  23. int? viewsReceivedFromFeeds,
  24. bool? admin,
  25. bool? editor,
  26. bool? tester,
  27. int? onboardingStep,
  28. bool? onboardingCompleted,
  29. double? latitude,
  30. double? longitude,
  31. int? createdAt,
  32. bool? visibility,
  33. Map<String, dynamic> extraData = const {},
})

Implementation

PeamanUserUpdater({
  this.name,
  this.userName,
  this.email,
  this.photo,
  this.phone,
  this.country,
  this.bio,
  this.gender,
  this.dob,
  this.profession,
  this.feeds,
  this.photos,
  this.videos,
  this.onlineStatus,
  this.lastOnlineAt,
  this.searchKeys,
  this.followers,
  this.following,
  this.reactionsReceivedFromFeeds,
  this.commentsReceivedFromFeeds,
  this.repliesReceivedFromFeeds,
  this.sharesReceivedFromFeeds,
  this.viewsReceivedFromFeeds,
  this.admin,
  this.editor,
  this.tester,
  this.onboardingStep,
  this.onboardingCompleted,
  this.latitude,
  this.longitude,
  this.createdAt,
  this.visibility,
  this.extraData = const {},
});