Request class

HTTP event

Constructors

Request({required int timestamp, String? url, String? method, int? dataSent, int? dataReceived, int? statusCode, int? duration, String? body, String? request, String? subCode, String? message, dynamic headers})
Request.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
final
dataReceived int?
final
dataSent int?
final
duration int?
final
hashCode int
The hash code for this object.
no setterinherited
headers → dynamic
final
message String?
final
method String?
final
request String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
final
subCode String?
final
timestamp int
final
url String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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