RestStatus enum
Constructors
- RestStatus()
-
const
Values
- WARNING → const RestStatus
-
const RestStatus(0)
- SUCCESS → const RestStatus
-
const RestStatus(1)
- DANGER → const RestStatus
-
const RestStatus(2)
- INFO → const RestStatus
-
const RestStatus(3)
- UNAUTHORIZED → const RestStatus
-
const RestStatus(4)
- NOCONTENT → const RestStatus
-
const RestStatus(5)
- CONFLICT → const RestStatus
-
const RestStatus(6)
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RestStatus> -
A constant List of the values in this enum, in order of their declaration.
[WARNING, SUCCESS, DANGER, INFO, UNAUTHORIZED, NOCONTENT, CONFLICT]