ModemNetworkBearerIp4Config constructor

ModemNetworkBearerIp4Config({
  1. num? method,
  2. String? address,
  3. num? prefix,
  4. String? dns1,
  5. String? dns2,
  6. String? gateway,
  7. num? mtu,
})

Returns a new ModemNetworkBearerIp4Config instance.

Implementation

ModemNetworkBearerIp4Config({
  this.method,
  this.address,
  this.prefix,
  this.dns1,
  this.dns2,
  this.gateway,
  this.mtu,
});