networkTypeNone property

NetworkTypeNone? networkTypeNone

The network is not available

Implementation

NetworkTypeNone? get networkTypeNone {
  if (this is NetworkTypeNone) {
    return this as NetworkTypeNone;
  }
  return null;
}