MessageKeywordSearchConfig class Null safety

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?
read / write
fromTime int?
read / write
hashCode int
The hash code for this object.
read-only, inherited
keyword String?
read / write
msgLimit int?
read / write
msgSubtypeList List<int>?
read / write
msgTypeList List<NIMMessageType>?
read / write
p2pList List<String>?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
senderList List<String>?
read / write
sessionLimit int?
read / write
teamList List<String>?
read / write
toTime int?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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