AddProxy copyWith({Proxy? proxy, bool? enable, String? comment}) => AddProxy( proxy: proxy ?? this.proxy, enable: enable ?? this.enable, comment: comment ?? this.comment, );