networkTypeWiFi property
A Wi-Fi network
Implementation
NetworkTypeWiFi? get networkTypeWiFi {
if (this is NetworkTypeWiFi) {
return this as NetworkTypeWiFi;
}
return null;
}
A Wi-Fi network
NetworkTypeWiFi? get networkTypeWiFi {
if (this is NetworkTypeWiFi) {
return this as NetworkTypeWiFi;
}
return null;
}