VpnConfig constructor

VpnConfig({
  1. VpnConfigIpv4? ipv4,
})

Returns a new VpnConfig instance.

Implementation

VpnConfig({
  this.ipv4,
});