Proxy copyWith({String? server, int? port, ProxyType? type}) => Proxy( server: server ?? this.server, port: port ?? this.port, type: type ?? this.type, );