RequestType enum

Inheritance

Constructors

RequestType()
const

Values

get → const RequestType
post → const RequestType
put → const RequestType
patch → const RequestType
delete → const RequestType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isDelete bool
no setter
isGet bool
no setter
isPatch bool
no setter
isPost bool
no setter
isPut bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

all Map<RequestType, String>
getter/setter pair

Constants

values → const List<RequestType>
A constant List of the values in this enum, in order of their declaration.