StatusCode class

Constructors

StatusCode()

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

Static Properties

validateStatus List<int>
no setter

Constants

accepted → const int
badGateway → const int
badRequest → const int
conflict → const int
continueCode → const int
created → const int
expectationFailed → const int
forbiden → const int
found → const int
gone → const int
internalServerError → const int
lengthRequired → const int
methodNotAllowed → const int
movedPermanently → const int
multipleChoices → const int
noContent → const int
notAcceptable → const int
notFound → const int
notiAuthoritativeInfomation → const int
notImplemented → const int
notModified → const int
ok → const int
partialContent → const int
paymentRequired → const int
preconditionFailed → const int
proxyAuthenticationRequired → const int
requestedRangeNotSatisfiable → const int
requestEntityTooLarge → const int
requestTimeout → const int
requestUriTooLong → const int
resetContent → const int
seeOther → const int
switchingProtocols → const int
temporaryRedirect → const int
unauthorized → const int
unsupportedMediaType → const int
useProxy → const int