MessageSearchOption class Null safety
Constructors
-
MessageSearchOption({int? startTime, int? endTime, int? limit, SearchOrder? order, List<
NIMMessageType> ? msgTypeList, List<int> ? messageSubTypes, bool? allMessageTypes, required String? searchContent, List<String> ? fromIds, bool? enableContentTransfer}) -
MessageSearchOption.fromMap(Map<
String, dynamic> param) -
factory
Properties
- allMessageTypes ↔ bool?
-
read / write
- enableContentTransfer ↔ bool?
-
read / write
- endTime ↔ int?
-
read / write
-
fromIds
↔ List<
String> ? -
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- limit ↔ int?
-
read / write
-
messageSubTypes
↔ List<
int> ? -
read / write
-
msgTypeList
↔ List<
NIMMessageType> ? -
read / write
- order ↔ SearchOrder?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- searchContent ↔ String?
-
read / write
- startTime ↔ 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