NetworkRequest class

Shake report network request.

Constructors

NetworkRequest()

Properties

date DateTime
getter/setter pair
duration int
getter/setter pair
endTime DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
method String
getter/setter pair
requestBody String
getter/setter pair
requestHeaders Map<String, String>
getter/setter pair
responseBody String
getter/setter pair
responseHeaders Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
getter/setter pair
status String
getter/setter pair
url String
getter/setter pair

Methods

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

Operators

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