networkTypeMobile property
A mobile network
Implementation
NetworkTypeMobile? get networkTypeMobile {
if (this is NetworkTypeMobile) {
return this as NetworkTypeMobile;
}
return null;
}
A mobile network
NetworkTypeMobile? get networkTypeMobile {
if (this is NetworkTypeMobile) {
return this as NetworkTypeMobile;
}
return null;
}