CampusWifiCapabilities class
Constructors
- CampusWifiCapabilities({required bool isSupported, required int? androidSdkInt, required bool canOpenWifiSettings, required bool canOpenWifiPanel, required bool canProvisionNtut8021xSuggestion, required bool canProvisionNtut8021xCompat, required CampusWifiSuggestionPermissionState suggestionPermissionState})
-
const
- CampusWifiCapabilities.unsupported()
-
const
Properties
- androidSdkInt → int?
-
final
- canOpenWifiPanel → bool
-
final
- canOpenWifiSettings → bool
-
final
- canProvisionNtut8021x → bool
-
no setter
- canProvisionNtut8021xCompat → bool
-
final
- canProvisionNtut8021xSuggestion → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAndroid10 → bool
-
no setter
- isAndroid11OrNewer → bool
-
no setter
- isAndroid12OrNewer → bool
-
no setter
- isLegacyAndroidManualOnly → bool
-
no setter
- isSuggestionPermissionDisallowed → bool
-
no setter
- isSupported → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestionPermissionState → CampusWifiSuggestionPermissionState
-
final
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