networkTypeNone property
The network is not available
Implementation
NetworkTypeNone? get networkTypeNone {
if (this is NetworkTypeNone) {
return this as NetworkTypeNone;
}
return null;
}
The network is not available
NetworkTypeNone? get networkTypeNone {
if (this is NetworkTypeNone) {
return this as NetworkTypeNone;
}
return null;
}