AddProxy constructor

AddProxy({
  1. Proxy? proxy,
  2. required bool enable,
  3. required String comment,
})

Implementation

AddProxy({this.proxy, required this.enable, required this.comment});