Http4PatchImplementation class

Constructors

Http4PatchImplementation({List<InterceptorContract> interceptors = const [], required String url, Map<String, dynamic> body = const {}, Map<String, dynamic> params = const {}, Map<String, String> headers = const {}, RetryPolicy? retryPolicy})

Properties

baseUrl ↔ Uri
getter/setter pair
body → Map<String, dynamic>
final
client ↔ InterceptedClient
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
headers → Map<String, String>
final
params → Map<String, dynamic>
final
retryPolicy → RetryPolicy?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() → Future<Http4Response>
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