Activities constructor
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,
Implementation
Activities({
this.beachAccess,
this.beachAccessException,
this.beachFront,
this.beachFrontException,
this.bicycleRental,
this.bicycleRentalException,
this.boutiqueStores,
this.boutiqueStoresException,
this.casino,
this.casinoException,
this.freeBicycleRental,
this.freeBicycleRentalException,
this.freeWatercraftRental,
this.freeWatercraftRentalException,
this.gameRoom,
this.gameRoomException,
this.golf,
this.golfException,
this.horsebackRiding,
this.horsebackRidingException,
this.nightclub,
this.nightclubException,
this.privateBeach,
this.privateBeachException,
this.scuba,
this.scubaException,
this.snorkeling,
this.snorkelingException,
this.tennis,
this.tennisException,
this.waterSkiing,
this.waterSkiingException,
this.watercraftRental,
this.watercraftRentalException,
});