WifiSignalInfo class

Constructors

WifiSignalInfo({int? dbm, int? mbps, int? frequency, String? ssid, String? bssid, String? ipAddress})
const

Properties

bssid String?
final
dbm int?
final
frequency int?
final
hashCode int
The hash code for this object.
no setteroverride
ipAddress String?
final
mbps int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant WifiSignalInfo other) bool
The equality operator.
override