NIMResourceQueryOption class
Constructors
-
NIMResourceQueryOption({List<
String> ? extensions, int? timeInterval}) -
NIMResourceQueryOption.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
extensions
↔ List<
String> ? -
查询的缓存文件类型,类型为文件后缀的集合。 默认为 nil ,不分类型查询所有文件缓存。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInterval ↔ int?
-
当前时间往前多少时间之前所有的消息,默认为 7 天之前。
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