FetchMethod enum Null safety
Http Methods used when calling fetch
Constants
- get → const FetchMethod
-
peform an http GET when doing the fetch
const FetchMethod(0)
- post → const FetchMethod
-
perform an HTTP POST when doing the fetch.
const FetchMethod(1)
-
values
→ const List<
FetchMethod> -
A constant List of the values in this enum, in order of their declaration.
const List<
FetchMethod>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited