MCRequestMethod enum Null safety
所有支持的请求
Constructors
- MCRequestMethod()
-
const
Values
- Get → const MCRequestMethod
-
const MCRequestMethod(0)
- Post → const MCRequestMethod
-
const MCRequestMethod(1)
- Head → const MCRequestMethod
-
const MCRequestMethod(2)
- Put → const MCRequestMethod
-
const MCRequestMethod(3)
- Delete → const MCRequestMethod
-
const MCRequestMethod(4)
- Patch → const MCRequestMethod
-
const MCRequestMethod(5)
- Download → const MCRequestMethod
-
const MCRequestMethod(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<
MCRequestMethod> -
A constant List of the values in this enum, in order of their declaration.
[Get, Post, Head, Put, Delete, Patch, Download]