StatusCode class
Constructors
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
- alreadyReported → const int
- badGateway → const int
- badRequest → const int
- conflict → const int
- continueCode → const int
- created → const int
- earlyHints → const int
- expectationFailed → const int
- failedDependency → const int
- forbidden → const int
- found → const int
- gatewayTimeout → const int
- gone → const int
- httpVersionNotSupported → const int
- imATeapot → const int
- imUsed → const int
- insufficientStorage → const int
- internalServerError → const int
- lengthRequired → const int
- locked → const int
- loopDetected → const int
- methodNotAllowed → const int
- misdirectedRequest → const int
- movedPermanently → const int
- multipleChoices → const int
- multiStatus → const int
- networkAuthenticationRequired → const int
- noContent → const int
- nonAuthoritativeInformation → const int
- notAcceptable → const int
- notExtended → const int
- notFound → const int
- notImplemented → const int
- notModified → const int
- ok → const int
- partialContent → const int
- payloadTooLarge → const int
- paymentRequired → const int
- permanentRedirect → const int
- preconditionFailed → const int
- preconditionRequired → const int
- processing → const int
- proxyAuthenticationRequired → const int
- rangeNotSatisfiable → const int
- requestHeaderFieldsTooLarge → const int
- requestTimeout → const int
- resetContent → const int
- seeOther → const int
- switchingProtocols → const int
- temporaryRedirect → const int
- tooEarly → const int
- tooManyRequests → const int
- unprocessableEntity → const int
- unsupportedMediaType → const int
- upgradeRequired → const int
- uriTooLong → const int
- useProxy → const int
- variantAlsoNegotiates → const int