RecentSession class

Constructors

RecentSession({required String sessionId, int? updateTime, String? ext, String? lastMsg, int? lastMsgType, NIMSession? recentSession, NIMSessionType? sessionType, String? sessionTypePair, NIMRevokeMessage? revokeNotification})
RecentSession.fromMap(Map<String, dynamic> param)
factory

Properties

ext String?
final
hashCode int
The hash code for this object.
no setterinherited
lastMsg String?
final
lastMsgType int?
final
recentSession NIMSession?
final
revokeNotification NIMRevokeMessage?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
final
sessionType NIMSessionType?
final
sessionTypePair String?
final
updateTime int?
final

Methods

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

Operators

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