HttppUtils class

Constructors

HttppUtils()

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 Methods

is1xx(int? code) bool
is2xx(int? code) bool
is3xx(int? code) bool
is4xx(int? code) bool
is5xx(int? code) bool
isBadRequest(int? code) bool
isForbidden(int? code) bool
isNot2xx(int? code) bool
isNotFound(int? code) bool
isNotOk(int? code) bool
isOk(int? code) bool
isTooManyRequests(int? code) bool
isUnauthorized(int? code) bool
isUnprocessable(int? code) bool