LanConfig constructor

LanConfig({
  1. ConnectionEth? connection,
  2. IPv4? ipv4,
})

Returns a new LanConfig instance.

Implementation

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