Enum$LockReason enum
Values
- OFF_TOPIC → const Enum$LockReason
- RESOLVED → const Enum$LockReason
- SPAM → const Enum$LockReason
- TOO_HEATED → const Enum$LockReason
- $unknown → const Enum$LockReason
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<
Enum$LockReason> - A constant List of the values in this enum, in order of their declaration.