Proxy constructor
      const
      Proxy({})
     
    
Contains information about a proxy server
Implementation
const Proxy({
  required this.id,
  required this.server,
  required this.port,
  required this.lastUsedDate,
  required this.isEnabled,
  required this.type,
  this.extra,
  this.clientId,
});