Pools constructor
      
      Pools({ 
    
    
- bool? adultPool,
- String? adultPoolException,
- bool? hotTub,
- String? hotTubException,
- bool? indoorPool,
- String? indoorPoolException,
- int? indoorPoolsCount,
- String? indoorPoolsCountException,
- bool? lazyRiver,
- String? lazyRiverException,
- bool? lifeguard,
- String? lifeguardException,
- bool? outdoorPool,
- String? outdoorPoolException,
- int? outdoorPoolsCount,
- String? outdoorPoolsCountException,
- bool? pool,
- String? poolException,
- int? poolsCount,
- String? poolsCountException,
- bool? wadingPool,
- String? wadingPoolException,
- bool? waterPark,
- String? waterParkException,
- bool? waterslide,
- String? waterslideException,
- bool? wavePool,
- String? wavePoolException,
Implementation
Pools({
  this.adultPool,
  this.adultPoolException,
  this.hotTub,
  this.hotTubException,
  this.indoorPool,
  this.indoorPoolException,
  this.indoorPoolsCount,
  this.indoorPoolsCountException,
  this.lazyRiver,
  this.lazyRiverException,
  this.lifeguard,
  this.lifeguardException,
  this.outdoorPool,
  this.outdoorPoolException,
  this.outdoorPoolsCount,
  this.outdoorPoolsCountException,
  this.pool,
  this.poolException,
  this.poolsCount,
  this.poolsCountException,
  this.wadingPool,
  this.wadingPoolException,
  this.waterPark,
  this.waterParkException,
  this.waterslide,
  this.waterslideException,
  this.wavePool,
  this.wavePoolException,
});