WifiDetectResponse class
The entity class of the WifiDetect API.
Constructors
- WifiDetectResponse.fromInt(int status)
-
factory
Properties
- getWifiDetectStatus → int
-
Obtains the security check result of a Wi-Fi network.
This helps your app protect the payment and privacy security of your users,
preventing economic loss and privacy breach.
no setter
- getWifiDetectType → WifiDetectType
-
Obtains the WifiDetectType of the wifiDetectStatus.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited