ProxyModel constructor
const
ProxyModel({})
Creates a new ProxyModel instance
Implementation
const ProxyModel({
required this.ip,
required this.port,
this.countryCode,
this.isHttps = false,
this.anonymityLevel,
this.lastChecked,
this.responseTime,
});