Request class

Constructors

Request({required String url, required Query query, RequestType type = RequestType.none, Map<String, String>? headers})

Properties

hashCode int
The hash code for this object.
no setteroverride
headers Map<String, String>
final
query Query
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RequestType
final
url String
final

Methods

copyWith({String? url, Query? query, RequestType? type}) Request
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 o) bool
The equality operator.
override