Member constructor
Member({
- String? contactType,
- String? email,
- String? groupCreatedTime,
- String? image,
- dynamic imagePrivacyFlag,
- bool? isAdminBlocked,
- bool? isBlocked,
- bool? isBlockedMe,
- bool? isGroupAdmin,
- bool? isGroupInOfflineMode,
- bool? isGroupProfile,
- bool? isItSavedContact,
- bool? isMuted,
- bool? isSelected,
- String? jid,
- dynamic lastSeenPrivacyFlag,
- dynamic mobileNUmberPrivacyFlag,
- String? mobileNumber,
- String? name,
- String? nickName,
- 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,
});