Member constructor

Member({
  1. String? contactType,
  2. String? email,
  3. String? groupCreatedTime,
  4. String? image,
  5. dynamic 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. dynamic lastSeenPrivacyFlag,
  17. dynamic mobileNUmberPrivacyFlag,
  18. String? mobileNumber,
  19. String? name,
  20. String? nickName,
  21. String? status,
})

Implementation

Member({
  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,
});