Profile class

Constructors

Profile({String? contactType, String? email, dynamic 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})
Profile.fromJson(Map<String, dynamic> json)
factory

Properties

contactType String?
getter/setter pair
email String?
getter/setter pair
groupCreatedTime ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
imagePrivacyFlag ↔ dynamic
getter/setter pair
isAdminBlocked bool?
getter/setter pair
isBlocked bool?
getter/setter pair
isBlockedMe bool?
getter/setter pair
isGroupAdmin bool?
getter/setter pair
isGroupInOfflineMode bool?
getter/setter pair
isGroupProfile bool?
getter/setter pair
isItSavedContact bool?
getter/setter pair
isMuted bool?
getter/setter pair
isSelected bool?
getter/setter pair
jid String?
getter/setter pair
lastSeenPrivacyFlag ↔ dynamic
getter/setter pair
mobileNumber String?
getter/setter pair
mobileNUmberPrivacyFlag ↔ dynamic
getter/setter pair
name String?
getter/setter pair
nickName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited