AndroidNetworkInfo constructor
const
AndroidNetworkInfo({
- String? networkType,
- String? connectionType,
- String? operatorName,
- String? operatorCode,
- String? countryIso,
- int? signalStrength,
- bool? isRoaming,
- String? networkGeneration,
- String? wifiSSID,
- String? wifiBSSID,
- int? wifiSignalLevel,
- String? ipAddress,
- String? macAddress,
- bool? isVpnActive,
- String? mobileNetworkCode,
- String? mobileCountryCode,
- int? rxLinkSpeed,
- int? txLinkSpeed,
- String? publicIp,
- int? upstreamBandwidth,
- int? downstreamBandwidth,
- int? frequency,
- int? linkSpeed,
- int? networkId,
- int? signalLevel,
- int? strength,
- bool? isConnected,
- bool? isValidated,
- bool? isMetered,
- bool? hasEthernet,
- bool? hasLowPan,
Implementation
const AndroidNetworkInfo({
this.networkType,
this.connectionType,
this.operatorName,
this.operatorCode,
this.countryIso,
this.signalStrength,
this.isRoaming,
this.networkGeneration,
this.wifiSSID,
this.wifiBSSID,
this.wifiSignalLevel,
this.ipAddress,
this.macAddress,
this.isVpnActive,
this.mobileNetworkCode,
this.mobileCountryCode,
this.rxLinkSpeed,
this.txLinkSpeed,
this.publicIp,
this.upstreamBandwidth,
this.downstreamBandwidth,
this.frequency,
this.linkSpeed,
this.networkId,
this.signalLevel,
this.strength,
this.isConnected,
this.isValidated,
this.isMetered,
this.hasEthernet,
this.hasLowPan,
});