RestClientMethod enum
Constructors
- RestClientMethod()
-
const
Values
- GET → const RestClientMethod
-
const RestClientMethod(0)
- HEAD → const RestClientMethod
-
const RestClientMethod(1)
- POST → const RestClientMethod
-
const RestClientMethod(2)
- PUT → const RestClientMethod
-
const RestClientMethod(3)
- DELETE → const RestClientMethod
-
const RestClientMethod(4)
- CONNECT → const RestClientMethod
-
const RestClientMethod(5)
- OPTIONS → const RestClientMethod
-
const RestClientMethod(6)
- TRACE → const RestClientMethod
-
const RestClientMethod(7)
- PATCH → const RestClientMethod
-
const RestClientMethod(8)
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<
RestClientMethod> -
A constant List of the values in this enum, in order of their declaration.
[GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH]