DhcpInfo constructor

DhcpInfo({
  1. String? ip,
  2. String? gateway,
  3. String? serverAddress,
  4. String? dns1,
  5. String? dns2,
  6. String? leaseDuration,
  7. String? netMask,
  8. String? gatewayIp,
})

Implementation

DhcpInfo(
    {this.ip,
    this.gateway,
    this.serverAddress,
    this.dns1,
    this.dns2,
    this.leaseDuration,
    this.netMask,
    this.gatewayIp});