copyWith method

PingProxy copyWith({
  1. Proxy? proxy,
})

Implementation

PingProxy copyWith({Proxy? proxy}) => PingProxy(proxy: proxy ?? this.proxy);