IgnoreStatus class

Constructors

IgnoreStatus(int _value)
const
IgnoreStatus.fromJson(int numValue)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
no setter

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