HttpLinkResponseContext class

HTTP link Response Context

Annotations
  • @immutable

Constructors

HttpLinkResponseContext({required int statusCode, Map<String, String>? headers, Map<String, List<String>>? rawHeaders})
const

Properties

fieldsForEquality List<Object?>
List of values to be used for equality.
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
HTTP headers of the response. if you need repeated headers, use rawHeaders
no setter
rawHeaders Map<String, List<String>>?
HTTP headers, including repeated headers, of the response.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
HTTP status code of the response
final

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 o) bool
The equality operator.
inherited