HttpStatusCode class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Constants

Accepted → const int
Ambiguous → const int
BadGateway → const int
BadRequest → const int
Conflict → const int
Continue → const int
Created → const int
ExpectationFailed → const int
Forbidden → const int
Found → const int
GatewayTimeout → const int
Gone → const int
HttpVersionNotSupported → const int
InternalServerError → const int
LengthRequired → const int
MethodNotAllowed → const int
Moved → const int
MovedPermanently → const int
MultipleChoices → const int
NoContent → const int
NonAuthoritativeInformation → const int
NotAcceptable → const int
NotFound → const int
NotImplemented → const int
NotModified → const int
OK → const int
PartialContent → const int
PaymentRequired → const int
PreconditionFailed → const int
ProxyAuthenticationRequired → const int
Redirect → const int
RedirectKeepVerb → const int
RedirectMethod → const int
RequestedRangeNotSatisfiable → const int
RequestEntityTooLarge → const int
RequestTimeout → const int
RequestUriTooLong → const int
ResetContent → const int
SeeOther → const int
ServiceUnavailable → const int
SwitchingProtocols → const int
TemporaryRedirect → const int
Unauthorized → const int
UnsupportedMediaType → const int
Unused → const int
UseProxy → const int