Activities constructor

Activities({
  1. bool? beachAccess,
  2. String? beachAccessException,
  3. bool? beachFront,
  4. String? beachFrontException,
  5. bool? bicycleRental,
  6. String? bicycleRentalException,
  7. bool? boutiqueStores,
  8. String? boutiqueStoresException,
  9. bool? casino,
  10. String? casinoException,
  11. bool? freeBicycleRental,
  12. String? freeBicycleRentalException,
  13. bool? freeWatercraftRental,
  14. String? freeWatercraftRentalException,
  15. bool? gameRoom,
  16. String? gameRoomException,
  17. bool? golf,
  18. String? golfException,
  19. bool? horsebackRiding,
  20. String? horsebackRidingException,
  21. bool? nightclub,
  22. String? nightclubException,
  23. bool? privateBeach,
  24. String? privateBeachException,
  25. bool? scuba,
  26. String? scubaException,
  27. bool? snorkeling,
  28. String? snorkelingException,
  29. bool? tennis,
  30. String? tennisException,
  31. bool? waterSkiing,
  32. String? waterSkiingException,
  33. bool? watercraftRental,
  34. 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,
});