networkTypeMobileRoaming property
A mobile roaming network
Implementation
NetworkTypeMobileRoaming? get networkTypeMobileRoaming {
if (this is NetworkTypeMobileRoaming) {
return this as NetworkTypeMobileRoaming;
}
return null;
}
A mobile roaming network
NetworkTypeMobileRoaming? get networkTypeMobileRoaming {
if (this is NetworkTypeMobileRoaming) {
return this as NetworkTypeMobileRoaming;
}
return null;
}