TestProxy copyWith({Proxy? proxy, int? dcId, double? timeout}) => TestProxy( proxy: proxy ?? this.proxy, dcId: dcId ?? this.dcId, timeout: timeout ?? this.timeout, );