RequestInfo class

Constructors

RequestInfo.new({required String method, required Uri uri, required Map<String, String> headers, dynamic body, required DateTime startTime})

Properties

body → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
method String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
final
uri Uri
final

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