copyWith abstract method

RequestContract copyWith({
  1. String? method,
  2. Uri? url,
  3. Set<Header>? headers,
  4. Object? body,
  5. Map<String, String>? queryParameters,
})

Implementation

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