AndroidNetworkInfo class
Android-specific network information
- Annotations
-
- @JsonSerializable.new()
Constructors
- 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})
-
const
-
AndroidNetworkInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionType → String?
-
final
- countryIso → String?
-
final
- downstreamBandwidth → int?
-
final
- frequency → int?
-
final
- hasEthernet → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasLowPan → bool?
-
final
- ipAddress → String?
-
final
- isConnected → bool?
-
final
- isMetered → bool?
-
final
- isRoaming → bool?
-
final
- isValidated → bool?
-
final
- isVpnActive → bool?
-
final
- linkSpeed → int?
-
final
- macAddress → String?
-
final
- mobileCountryCode → String?
-
final
- mobileNetworkCode → String?
-
final
- networkGeneration → String?
-
final
- networkId → int?
-
final
- networkType → String?
-
final
- operatorCode → String?
-
final
- operatorName → String?
-
final
- publicIp → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxLinkSpeed → int?
-
final
- signalLevel → int?
-
final
- signalStrength → int?
-
final
- strength → int?
-
final
- txLinkSpeed → int?
-
final
- upstreamBandwidth → int?
-
final
- wifiBSSID → String?
-
final
- wifiSignalLevel → int?
-
final
- wifiSSID → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited