isWifi method

bool isWifi()

Implementation

bool isWifi() {
  return _type == SetupType.wifi;
}