networkTypeMobileRoaming property

NetworkTypeMobileRoaming? networkTypeMobileRoaming

A mobile roaming network

Implementation

NetworkTypeMobileRoaming? get networkTypeMobileRoaming {
  if (this is NetworkTypeMobileRoaming) {
    return this as NetworkTypeMobileRoaming;
  }
  return null;
}