copyWith abstract method
Implementation
RequestContract copyWith({
String? method,
Uri? url,
Set<Header>? headers,
Object? body,
Map<String, String>? queryParameters,
});
RequestContract copyWith({
String? method,
Uri? url,
Set<Header>? headers,
Object? body,
Map<String, String>? queryParameters,
});