EHttpMethod enum

Inheritance

Constructors

EHttpMethod(int value)
const
EHttpMethod.fromValue(int value)
factory

Values

invalid → const EHttpMethod
const EHttpMethod(0)
get_ → const EHttpMethod
const EHttpMethod(1)
const EHttpMethod(2)
post → const EHttpMethod
const EHttpMethod(3)
put → const EHttpMethod
const EHttpMethod(4)
delete → const EHttpMethod
const EHttpMethod(5)
options → const EHttpMethod
const EHttpMethod(6)
patch → const EHttpMethod
const EHttpMethod(7)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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<EHttpMethod>
A constant List of the values in this enum, in order of their declaration.