RecentSession class Null safety
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.
read-only, inherited
- lastMsg → String?
-
final
- lastMsgType → int?
-
final
- recentSession → NIMSession?
-
final
- revokeNotification → NIMRevokeMessage?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sessionId → String
-
final
- sessionType → NIMSessionType?
-
final
- sessionTypePair → String?
-
final
- updateTime → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited