IosNetworkInfo constructor

const IosNetworkInfo({
  1. String? networkType,
  2. String? connectionType,
  3. String? carrierName,
  4. String? carrierCode,
  5. String? countryCode,
  6. String? radioAccessTechnology,
  7. bool? isRoaming,
  8. String? wifiSSID,
  9. String? wifiBSSID,
  10. String? ipAddress,
  11. bool? isVpnActive,
  12. String? cellularGeneration,
  13. int? signalStrength,
  14. String? networkInterfaceType,
  15. String? publicIp,
  16. bool? isConnected,
  17. bool? isExpensive,
  18. bool? isConstrained,
  19. bool? hasEthernet,
  20. String? mobileCountryCode,
  21. String? mobileNetworkCode,
})

Implementation

const IosNetworkInfo({
  this.networkType,
  this.connectionType,
  this.carrierName,
  this.carrierCode,
  this.countryCode,
  this.radioAccessTechnology,
  this.isRoaming,
  this.wifiSSID,
  this.wifiBSSID,
  this.ipAddress,
  this.isVpnActive,
  this.cellularGeneration,
  this.signalStrength,
  this.networkInterfaceType,
  this.publicIp,
  this.isConnected,
  this.isExpensive,
  this.isConstrained,
  this.hasEthernet,
  this.mobileCountryCode,
  this.mobileNetworkCode,
});