UsersUpdate constructor

UsersUpdate({
  1. String? fullName,
  2. String? email,
  3. String? displayName,
  4. Gender? gender,
  5. String? nameColor,
  6. DateTime? dateOfBirth,
  7. BDayPrivacy? bDayPrivacy,
  8. int? countryId,
  9. Relationship? relationship,
  10. String? about,
  11. int? creature,
  12. int? creatureSpecial,
  13. FilterPorn? filterPorn,
  14. FilterAnonymous? filterAnonymous,
  15. List<String>? filterKeywords,
  16. int? pinnedPlurkId,
  17. FriendListPrivacy? friendListPrivacy,
  18. AcceptGift? acceptGift,
  19. Privacy? privacy,
})

Implementation

UsersUpdate({
  this.fullName,
  this.email,
  this.displayName,
  this.gender,
  this.nameColor,
  this.dateOfBirth,
  this.bDayPrivacy,
  this.countryId,
  this.relationship,
  this.about,
  this.creature,
  this.creatureSpecial,
  this.filterPorn,
  this.filterAnonymous,
  this.filterKeywords,
  this.pinnedPlurkId,
  this.friendListPrivacy,
  this.acceptGift,
  this.privacy,
});