V2TimConversation class Models
V2TimConversation
- Annotations
-
- @JsonSerializable()
Constructors
-
V2TimConversation(String? conversationID, int? type, String? userID, String? groupID, String? showName, String? faceUrl, int? recvOpt, String? groupType, int? unreadCount, V2TimMessage? lastMessage, String? draftText, int? draftTimestamp, List<
V2TimGroupAtInfo?> ? groupAtInfoList) -
V2TimConversation.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
- conversationID ↔ String?
-
getter/setter pair
- draftText ↔ String?
-
getter/setter pair
- draftTimestamp ↔ int?
-
getter/setter pair
- faceUrl ↔ String?
-
getter/setter pair
-
groupAtInfoList
↔ List<
V2TimGroupAtInfo?> ? -
getter/setter pair
- groupID ↔ String?
-
getter/setter pair
- groupType ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastMessage ↔ V2TimMessage?
-
getter/setter pair
- recvOpt ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showName ↔ String?
-
getter/setter pair
- type ↔ int?
-
getter/setter pair
- unreadCount ↔ int?
-
getter/setter pair
- userID ↔ 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