RequestDetails class

Constructors

RequestDetails({String? requestName, required RequestMethod requestMethod, required String url, int? statusCode, dynamic headers, dynamic queryParameters, dynamic requestBody, dynamic responseBody, required DateTime sentTime})

Properties

hashCode int
The hash code for this object.
no setteroverride
headers → dynamic
final
queryParameters → dynamic
final
requestBody → dynamic
final
requestMethod RequestMethod
final
requestName String?
latefinal
responseBody → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentTime DateTime
final
statusCode int?
final
url String
final

Methods

copyWith({String? requestName, RequestMethod? requestMethod, String? url, int? statusCode, dynamic headers, dynamic queryParameters, dynamic requestBody, dynamic responseBody, DateTime? sentTime}) RequestDetails
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override