ProfileBuilder class

Constructors

ProfileBuilder()

Properties

authType String?
getter/setter pair
autoWifi bool?
getter/setter pair
bssType String?
getter/setter pair
channel int?
getter/setter pair
defaultProfile bool?
getter/setter pair
domainSuffix String?
getter/setter pair
eap String?
getter/setter pair
eapCaCert FileBuilder
getter/setter pair
eapClientCert FileBuilder
getter/setter pair
eapClientKey FileBuilder
getter/setter pair
eapClientPwd String?
getter/setter pair
eapIdentity String?
getter/setter pair
eapIntermediateCert FileBuilder
getter/setter pair
eapPwd String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiddenSsid bool?
getter/setter pair
name_ String?
getter/setter pair
psk String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String?
getter/setter pair
wsec String?
getter/setter pair

Methods

build() Profile
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Profile other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(ProfileBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited