RCIMIWBlacklistStatus enum
Values
- unknown → const RCIMIWBlacklistStatus
-
未知
- inBlacklist → const RCIMIWBlacklistStatus
-
在黑名单中
- notInBlacklist → const RCIMIWBlacklistStatus
-
不在黑名单
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RCIMIWBlacklistStatus> - A constant List of the values in this enum, in order of their declaration.