NetworkConfig constructor

NetworkConfig({
  1. String? connectMode,
  2. List<String>? ipAddresses,
  3. List<String>? modes,
  4. String? network,
  5. String? reservedIpRange,
})

Implementation

NetworkConfig({
  this.connectMode,
  this.ipAddresses,
  this.modes,
  this.network,
  this.reservedIpRange,
});