ProfileDetails constructor

ProfileDetails({
  1. String? contactType,
  2. String? email,
  3. String? groupCreatedTime,
  4. String? image,
  5. String? imagePrivacyFlag,
  6. bool? isAdminBlocked,
  7. bool? isBlocked,
  8. bool? isBlockedMe,
  9. bool? isGroupAdmin,
  10. bool? isGroupInOfflineMode,
  11. bool? isGroupProfile,
  12. bool? isItSavedContact,
  13. bool? isMuted,
  14. bool? isSelected,
  15. String? jid,
  16. String? lastSeenPrivacyFlag,
  17. String? mobileNUmberPrivacyFlag,
  18. String? mobileNumber,
  19. String? name,
  20. String? nickName,
  21. String? status,
  22. String? thumbImage,
})

Initializes a new instance of the ProfileDetails class.

Implementation

ProfileDetails({
  this.contactType,
  this.email,
  this.groupCreatedTime,
  this.image,
  this.imagePrivacyFlag,
  this.isAdminBlocked,
  this.isBlocked,
  this.isBlockedMe,
  this.isGroupAdmin,
  this.isGroupInOfflineMode,
  this.isGroupProfile,
  this.isItSavedContact,
  this.isMuted,
  this.isSelected,
  this.jid,
  this.lastSeenPrivacyFlag,
  this.mobileNUmberPrivacyFlag,
  this.mobileNumber,
  this.name,
  this.nickName,
  this.status,
  this.thumbImage,
});