MdChatUser class

Constructors

MdChatUser({String? userId, String? nickname, String? profileUrl, String? phoneNumber, List? discoveryKeys, MdChatUserMetadata? metadata, bool? isActive, bool? hasEverLoggedIn, bool? isOnline, int? lastSeenAt, SessionToken? sessionToken, String? updatedTs, String? updatedBy, int? version})
MdChatUser.fromJson(Map<String, dynamic> json)
factory

Properties

discoveryKeys List?
getter/setter pair
hasEverLoggedIn bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isActive bool?
getter/setter pair
isOnline bool?
getter/setter pair
lastSeenAt int?
getter/setter pair
metadata MdChatUserMetadata?
getter/setter pair
nickname String?
getter/setter pair
phoneNumber String?
getter/setter pair
profileUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken SessionToken?
getter/setter pair
updatedBy String?
getter/setter pair
updatedTs String?
getter/setter pair
userId String?
getter/setter pair
version int?
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