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

Constants

status201 → const int
status204 → const int
status401 → const int
status402 → const int
status403 → const int
status404 → const int
status500 → const int
status501 → const int
status502 → const int
status503 → const int
status504 → const int
statusOK → const int
statusUnknown → const int