ChromeOsDeviceLastKnownNetwork constructor

ChromeOsDeviceLastKnownNetwork({
  1. String? ipAddress,
  2. String? wanIpAddress,
})

Implementation

ChromeOsDeviceLastKnownNetwork({this.ipAddress, this.wanIpAddress});