IosNetworkInfo constructor
const
IosNetworkInfo({
- String? networkType,
- String? connectionType,
- String? carrierName,
- String? carrierCode,
- String? countryCode,
- String? radioAccessTechnology,
- bool? isRoaming,
- String? wifiSSID,
- String? wifiBSSID,
- String? ipAddress,
- bool? isVpnActive,
- String? cellularGeneration,
- int? signalStrength,
- String? networkInterfaceType,
- String? publicIp,
- bool? isConnected,
- bool? isExpensive,
- bool? isConstrained,
- bool? hasEthernet,
- String? mobileCountryCode,
- 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,
});