Security constructor

Security({
  1. bool? vpn,
  2. bool? proxy,
  3. bool? tor,
  4. bool? relay,
})

Implementation

Security({this.vpn, this.proxy, this.tor, this.relay});