WifiParsedResult class

Represents a parsed result that encodes wifi network information, like SSID and password.

@author Vikram Aggarwal

Inheritance

Constructors

WifiParsedResult(String networkEncryption, String ssid, String? password, [bool hidden = false, String? identity, String? anonymousIdentity, String? eapMethod, String? phase2Method])

Properties

anonymousIdentity String?
getter/setter pair
displayResult String
no setteroverride
eapMethod String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool
getter/setter pair
identity String?
getter/setter pair
networkEncryption String
getter/setter pair
password String?
getter/setter pair
phase2Method String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String
getter/setter pair
type ParsedResultType
no setterinherited

Methods

maybeAppend(String? value, StringBuffer result) → void
inherited
maybeAppendList(List<String>? values, StringBuffer result) → void
inherited
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