InspectorResult class

Constructors

InspectorResult({BaseRequest? baseRequest, RequestOptions? dioRequestOptions, int? statusCode, Uri? url, String? method, bool? expanded = false, String? reqBody, String? resBody, Map? headers, String? reasonPhrase, int? responseBodyBytes = 0, DateTime? startTime, DateTime? endTime, Duration? duration, String? connectionType, SSLDetails? sslDetails, bool logEnabled = false})

Properties

baseRequest ↔ BaseRequest?
getter/setter pair
connectionType String?
getter/setter pair
dioRequestOptions ↔ RequestOptions?
getter/setter pair
duration Duration?
getter/setter pair
endTime DateTime?
getter/setter pair
expanded bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map?
getter/setter pair
logEnabled bool
getter/setter pair
method String?
getter/setter pair
reasonPhrase String?
getter/setter pair
reqBody String?
getter/setter pair
resBody String?
getter/setter pair
responseBodyBytes int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sslDetails SSLDetails?
getter/setter pair
startTime DateTime?
getter/setter pair
statusCode int?
getter/setter pair
url Uri?
getter/setter pair

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