HttpResponse class

Constructors

HttpResponse({int? id, int? createdAt, Map<String, List<String>>? responseHeader, String? responseBody, int? responseStatusCode, String? responseStatusMessage, String? errorLog, int? duration = 0, int? responseSize, int? requestHashCode, String? contentType})

Properties

contentType String?
final
createdAt int?
final
duration int?
final
errorLog String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
requestHashCode int?
final
responseBody String?
final
responseHeader Map<String, List<String>>?
final
responseSize int?
final
responseStatusCode int?
final
responseStatusMessage String?
final
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