Connectivity class

The ways in which the property provides guests with the ability to access the internet.

Constructors

Connectivity({bool? freeWifi, String? freeWifiException, bool? publicAreaWifiAvailable, String? publicAreaWifiAvailableException, bool? publicInternetTerminal, String? publicInternetTerminalException, bool? wifiAvailable, String? wifiAvailableException})
Connectivity.fromJson(Map json_)

Properties

freeWifi bool?
Free wifi.
getter/setter pair
freeWifiException String?
Free wifi exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publicAreaWifiAvailable bool?
Public area wifi available.
getter/setter pair
publicAreaWifiAvailableException String?
Public area wifi available exception. Possible string values are:
getter/setter pair
publicInternetTerminal bool?
Public internet terminal.
getter/setter pair
publicInternetTerminalException String?
Public internet terminal exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wifiAvailable bool?
Wifi available.
getter/setter pair
wifiAvailableException String?
Wifi available exception. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited