WifiConfig constructor

WifiConfig({
  1. ConnectionWifi? connection,
  2. IPv4? ipv4,
})

Returns a new WifiConfig instance.

Implementation

WifiConfig({
  this.connection,
  this.ipv4,
});