Activities class

Amenities and features related to leisure and play.

Constructors

Activities({bool? beachAccess, String? beachAccessException, bool? beachFront, String? beachFrontException, bool? bicycleRental, String? bicycleRentalException, bool? boutiqueStores, String? boutiqueStoresException, bool? casino, String? casinoException, bool? freeBicycleRental, String? freeBicycleRentalException, bool? freeWatercraftRental, String? freeWatercraftRentalException, bool? gameRoom, String? gameRoomException, bool? golf, String? golfException, bool? horsebackRiding, String? horsebackRidingException, bool? nightclub, String? nightclubException, bool? privateBeach, String? privateBeachException, bool? scuba, String? scubaException, bool? snorkeling, String? snorkelingException, bool? tennis, String? tennisException, bool? waterSkiing, String? waterSkiingException, bool? watercraftRental, String? watercraftRentalException})
Activities.fromJson(Map json_)

Properties

beachAccess bool?
Beach access.
getter/setter pair
beachAccessException String?
Beach access exception. Possible string values are:
getter/setter pair
beachFront bool?
Breach front.
getter/setter pair
beachFrontException String?
Beach front exception. Possible string values are:
getter/setter pair
bicycleRental bool?
Bicycle rental.
getter/setter pair
bicycleRentalException String?
Bicycle rental exception. Possible string values are:
getter/setter pair
boutiqueStores bool?
Boutique stores.
getter/setter pair
boutiqueStoresException String?
Boutique stores exception. Possible string values are:
getter/setter pair
casino bool?
Casino.
getter/setter pair
casinoException String?
Casino exception. Possible string values are:
getter/setter pair
freeBicycleRental bool?
Free bicycle rental.
getter/setter pair
freeBicycleRentalException String?
Free bicycle rental exception. Possible string values are:
getter/setter pair
freeWatercraftRental bool?
Free watercraft rental.
getter/setter pair
freeWatercraftRentalException String?
Free Watercraft rental exception. Possible string values are:
getter/setter pair
gameRoom bool?
Game room.
getter/setter pair
gameRoomException String?
Game room exception. Possible string values are:
getter/setter pair
golf bool?
Golf.
getter/setter pair
golfException String?
Golf exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horsebackRiding bool?
Horseback riding.
getter/setter pair
horsebackRidingException String?
Horseback riding exception. Possible string values are:
getter/setter pair
nightclub bool?
Nightclub.
getter/setter pair
nightclubException String?
Nightclub exception. Possible string values are:
getter/setter pair
privateBeach bool?
Private beach.
getter/setter pair
privateBeachException String?
Private beach exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scuba bool?
Scuba.
getter/setter pair
scubaException String?
Scuba exception. Possible string values are:
getter/setter pair
snorkeling bool?
Snorkeling.
getter/setter pair
snorkelingException String?
Snorkeling exception. Possible string values are:
getter/setter pair
tennis bool?
Tennis.
getter/setter pair
tennisException String?
Tennis exception. Possible string values are:
getter/setter pair
watercraftRental bool?
Watercraft rental.
getter/setter pair
watercraftRentalException String?
Watercraft rental exception. Possible string values are:
getter/setter pair
waterSkiing bool?
Water skiing.
getter/setter pair
waterSkiingException String?
Water skiing 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