Transportation class
Vehicles or vehicular services facilitated or owned by the property.
Constructors
- Transportation({bool? airportShuttle, String? airportShuttleException, bool? carRentalOnProperty, String? carRentalOnPropertyException, bool? freeAirportShuttle, String? freeAirportShuttleException, bool? freePrivateCarService, String? freePrivateCarServiceException, bool? localShuttle, String? localShuttleException, bool? privateCarService, String? privateCarServiceException, bool? transfer, String? transferException})
- Transportation.fromJson(Map json_)
Properties
- airportShuttle ↔ bool?
-
Airport shuttle.
getter/setter pair
- airportShuttleException ↔ String?
-
Airport shuttle exception.
Possible string values are:
getter/setter pair
- carRentalOnProperty ↔ bool?
-
Car rental on property.
getter/setter pair
- carRentalOnPropertyException ↔ String?
-
Car rental on property exception.
Possible string values are:
getter/setter pair
- freeAirportShuttle ↔ bool?
-
Free airport shuttle.
getter/setter pair
- freeAirportShuttleException ↔ String?
-
Free airport shuttle exception.
Possible string values are:
getter/setter pair
- freePrivateCarService ↔ bool?
-
Free private car service.
getter/setter pair
- freePrivateCarServiceException ↔ String?
-
Free private car service exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localShuttle ↔ bool?
-
Local shuttle.
getter/setter pair
- localShuttleException ↔ String?
-
Local shuttle exception.
Possible string values are:
getter/setter pair
- privateCarService ↔ bool?
-
Private car service.
getter/setter pair
- privateCarServiceException ↔ String?
-
Private car service exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transfer ↔ bool?
-
Transfer.
getter/setter pair
- transferException ↔ String?
-
Transfer 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