NIMUnreadCountQueryType enum Null safety
Constants
- all → const NIMUnreadCountQueryType
-
所有类型
const NIMUnreadCountQueryType(0)
- noDisturbOnly → const NIMUnreadCountQueryType
-
仅免打扰消息
const NIMUnreadCountQueryType(2)
- notifyOnly → const NIMUnreadCountQueryType
-
仅通知消息
const NIMUnreadCountQueryType(1)
-
values
→ const List<
NIMUnreadCountQueryType> -
A constant List of the values in this enum, in order of their declaration.
const List<
NIMUnreadCountQueryType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited