MemberProfileDetails class
A class that represents the profile details of a member.
Constructors
- MemberProfileDetails({String? contactType, String? email, String? groupCreatedTime, String? image, String? imagePrivacyFlag, bool? isAdminBlocked, bool? isBlocked, bool? isBlockedMe, bool? isGroupAdmin, bool? isGroupInOfflineMode, bool? isGroupProfile, bool? isItSavedContact, bool? isMuted, bool? isSelected, String? jid, String? lastSeenPrivacyFlag, String? mobileNUmberPrivacyFlag, String? mobileNumber, String? name, String? nickName, String? status, String? thumbImage})
- Constructs a MemberProfileDetails object with the provided parameters.
-
MemberProfileDetails.fromJson(Map<
String, dynamic> json) -
Creates a MemberProfileDetails object from a JSON map.
factory
Properties
- contactType ↔ String?
-
The type of contact.
getter/setter pair
- email ↔ String?
-
The email address of the member.
getter/setter pair
- groupCreatedTime ↔ String?
-
The time when the group was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
The image URL of the member.
getter/setter pair
- imagePrivacyFlag ↔ String?
-
The privacy flag for the image.
getter/setter pair
- isAdminBlocked ↔ bool?
-
A flag indicating whether the member is blocked by the admin.
getter/setter pair
- isBlocked ↔ bool?
-
A flag indicating whether the member is blocked.
getter/setter pair
- isBlockedMe ↔ bool?
-
A flag indicating whether the member has blocked the user.
getter/setter pair
- isGroupAdmin ↔ bool?
-
A flag indicating whether the member is a group admin.
getter/setter pair
- isGroupInOfflineMode ↔ bool?
-
A flag indicating whether the group is in offline mode.
getter/setter pair
- isGroupProfile ↔ bool?
-
A flag indicating whether the profile is a group profile.
getter/setter pair
- isItSavedContact ↔ bool?
-
A flag indicating whether the contact is saved.
getter/setter pair
- isMuted ↔ bool?
-
A flag indicating whether the member is muted.
getter/setter pair
- isSelected ↔ bool?
-
A flag indicating whether the member is selected.
getter/setter pair
- jid ↔ String?
-
The JID of the member.
getter/setter pair
- lastSeenPrivacyFlag ↔ String?
-
The privacy flag for the last seen status.
getter/setter pair
- mobileNumber ↔ String?
-
The mobile number of the member.
getter/setter pair
- mobileNUmberPrivacyFlag ↔ String?
-
The privacy flag for the mobile number.
getter/setter pair
- name ↔ String?
-
The name of the member.
getter/setter pair
- nickName ↔ String?
-
The nickname of the member.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the member.
getter/setter pair
- thumbImage ↔ String?
-
The thumbnail image URL of the member.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the MemberProfileDetails object to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited