toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final beachAccess = this.beachAccess;
  final beachAccessException = this.beachAccessException;
  final beachFront = this.beachFront;
  final beachFrontException = this.beachFrontException;
  final bicycleRental = this.bicycleRental;
  final bicycleRentalException = this.bicycleRentalException;
  final boutiqueStores = this.boutiqueStores;
  final boutiqueStoresException = this.boutiqueStoresException;
  final casino = this.casino;
  final casinoException = this.casinoException;
  final freeBicycleRental = this.freeBicycleRental;
  final freeBicycleRentalException = this.freeBicycleRentalException;
  final freeWatercraftRental = this.freeWatercraftRental;
  final freeWatercraftRentalException = this.freeWatercraftRentalException;
  final gameRoom = this.gameRoom;
  final gameRoomException = this.gameRoomException;
  final golf = this.golf;
  final golfException = this.golfException;
  final horsebackRiding = this.horsebackRiding;
  final horsebackRidingException = this.horsebackRidingException;
  final nightclub = this.nightclub;
  final nightclubException = this.nightclubException;
  final privateBeach = this.privateBeach;
  final privateBeachException = this.privateBeachException;
  final scuba = this.scuba;
  final scubaException = this.scubaException;
  final snorkeling = this.snorkeling;
  final snorkelingException = this.snorkelingException;
  final tennis = this.tennis;
  final tennisException = this.tennisException;
  final waterSkiing = this.waterSkiing;
  final waterSkiingException = this.waterSkiingException;
  final watercraftRental = this.watercraftRental;
  final watercraftRentalException = this.watercraftRentalException;
  return {
    'beachAccess': ?beachAccess,
    'beachAccessException': ?beachAccessException,
    'beachFront': ?beachFront,
    'beachFrontException': ?beachFrontException,
    'bicycleRental': ?bicycleRental,
    'bicycleRentalException': ?bicycleRentalException,
    'boutiqueStores': ?boutiqueStores,
    'boutiqueStoresException': ?boutiqueStoresException,
    'casino': ?casino,
    'casinoException': ?casinoException,
    'freeBicycleRental': ?freeBicycleRental,
    'freeBicycleRentalException': ?freeBicycleRentalException,
    'freeWatercraftRental': ?freeWatercraftRental,
    'freeWatercraftRentalException': ?freeWatercraftRentalException,
    'gameRoom': ?gameRoom,
    'gameRoomException': ?gameRoomException,
    'golf': ?golf,
    'golfException': ?golfException,
    'horsebackRiding': ?horsebackRiding,
    'horsebackRidingException': ?horsebackRidingException,
    'nightclub': ?nightclub,
    'nightclubException': ?nightclubException,
    'privateBeach': ?privateBeach,
    'privateBeachException': ?privateBeachException,
    'scuba': ?scuba,
    'scubaException': ?scubaException,
    'snorkeling': ?snorkeling,
    'snorkelingException': ?snorkelingException,
    'tennis': ?tennis,
    'tennisException': ?tennisException,
    'waterSkiing': ?waterSkiing,
    'waterSkiingException': ?waterSkiingException,
    'watercraftRental': ?watercraftRental,
    'watercraftRentalException': ?watercraftRentalException,
  };
}