IgnoreStatus class
Constructors
- IgnoreStatus(int _value)
-
const
- IgnoreStatus.fromJson(int numValue)
-
factory
Properties
Methods
-
contains(
IgnoreStatus childValue) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
IgnoreStatus item) → int -
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
- IgnoredByGroup → const IgnoreStatus
- IgnoredByGroup = 4
- IgnoredGlobal → const IgnoreStatus
- IgnoredGlobal = 32
- IgnoredGroup → const IgnoreStatus
- IgnoredGroup = 2
- IgnoredPost → const IgnoreStatus
- IgnoredPost = 8
- IgnoredTag → const IgnoreStatus
- IgnoredTag = 16
- IgnoredUser → const IgnoreStatus
- IgnoredUser = 1
- NotIgnored → const IgnoreStatus
- NotIgnored = 0