MessageKeywordSearchConfig class

Constructors

MessageKeywordSearchConfig({required String? keyword, int? fromTime, int? toTime, int? sessionLimit, int? msgLimit, bool? asc, List<String>? p2pList, List<String>? teamList, List<String>? senderList, List<NIMMessageType>? msgTypeList, List<int>? msgSubtypeList})
MessageKeywordSearchConfig.fromMap(Map<String, dynamic> param)
factory

Properties

asc bool?
getter/setter pair
fromTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyword String?
getter/setter pair
msgLimit int?
getter/setter pair
msgSubtypeList List<int>?
getter/setter pair
msgTypeList List<NIMMessageType>?
getter/setter pair
p2pList List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderList List<String>?
getter/setter pair
sessionLimit int?
getter/setter pair
teamList List<String>?
getter/setter pair
toTime int?
getter/setter pair

Methods

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

Operators

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