EditProxy constructor
const
EditProxy({})
Edits an existing proxy server for network requests. Can be called before authorization
Implementation
const EditProxy({
required this.proxyId,
required this.server,
required this.port,
required this.enable,
required this.type,
});