toJson method

Map<String, dynamic> toJson()

Implementation

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