HttpResponse<T> class

Represents an HTTP response returned by the NetworkService.

Available Extensions
Annotations

Constructors

HttpResponse({required int? statusCode, T? body})
Represents an HTTP response returned by the NetworkService.
factory

Properties

body → T?
The HTTP response body.
read-onlyinherited
copyWith → $HttpResponseCopyWith<T, HttpResponse<T>>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
isNotOk bool
true statusCode is not 200.
read-only
isOk bool
true statusCode is 200.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
statusCode int?
The HTTP status code.
read-onlyinherited

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