IPSecurity constructor

const IPSecurity({
  1. bool? vpn,
  2. bool? isCrawler,
  3. bool? isProxy,
  4. bool? isTor,
  5. String? threatLevel,
})

Implementation

const IPSecurity({
  this.vpn,
  this.isCrawler,
  this.isProxy,
  this.isTor,
  this.threatLevel,
});