toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (freeWifi != null) 'freeWifi': freeWifi!,
if (freeWifiException != null) 'freeWifiException': freeWifiException!,
if (publicAreaWifiAvailable != null)
'publicAreaWifiAvailable': publicAreaWifiAvailable!,
if (publicAreaWifiAvailableException != null)
'publicAreaWifiAvailableException': publicAreaWifiAvailableException!,
if (publicInternetTerminal != null)
'publicInternetTerminal': publicInternetTerminal!,
if (publicInternetTerminalException != null)
'publicInternetTerminalException': publicInternetTerminalException!,
if (wifiAvailable != null) 'wifiAvailable': wifiAvailable!,
if (wifiAvailableException != null)
'wifiAvailableException': wifiAvailableException!,
};