ModemNetworkBearersProperties constructor

ModemNetworkBearersProperties({
  1. String? apn,
  2. String? user,
  3. num? ipType,
})

Returns a new ModemNetworkBearersProperties instance.

Implementation

ModemNetworkBearersProperties({
  this.apn,
  this.user,
  this.ipType,
});