ApnSetting constructor

ApnSetting({
  1. String? alwaysOnSetting,
  2. String? apn,
  3. List<String>? apnTypes,
  4. String? authType,
  5. int? carrierId,
  6. String? displayName,
  7. String? mmsProxyAddress,
  8. int? mmsProxyPort,
  9. String? mmsc,
  10. int? mtuV4,
  11. int? mtuV6,
  12. String? mvnoType,
  13. List<String>? networkTypes,
  14. String? numericOperatorId,
  15. String? password,
  16. String? protocol,
  17. String? proxyAddress,
  18. int? proxyPort,
  19. String? roamingProtocol,
  20. String? username,
})

Implementation

ApnSetting({
  this.alwaysOnSetting,
  this.apn,
  this.apnTypes,
  this.authType,
  this.carrierId,
  this.displayName,
  this.mmsProxyAddress,
  this.mmsProxyPort,
  this.mmsc,
  this.mtuV4,
  this.mtuV6,
  this.mvnoType,
  this.networkTypes,
  this.numericOperatorId,
  this.password,
  this.protocol,
  this.proxyAddress,
  this.proxyPort,
  this.roamingProtocol,
  this.username,
});