SearchResultItems class
Constructors
-
SearchResultItems({String? conversationID, int? messageCount, List<
Message> ? messageList}) -
SearchResultItems.fromJson(Map<
String, dynamic> json)
Properties
- conversationID ↔ String?
-
Conversation ID
getter/setter pair
- conversationType ↔ int?
-
Conversation type: 1 for single chat, 2 for group chat, 3 for supergroup, 4 for notification conversation
getter/setter pair
- faceURL ↔ String?
-
Profile picture
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageCount ↔ int?
-
Number of messages found in this conversation
getter/setter pair
-
messageList
↔ List<
Message> ? -
List of Messages
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showName ↔ String?
-
Display name
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