copyWith method

HttpUrl copyWith({
  1. String? url,
})

Implementation

HttpUrl copyWith({String? url}) => HttpUrl(url: url ?? this.url);