Pools class
Swimming pool or recreational water facilities available at the hotel.
Constructors
- 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})
 - Pools.fromJson(Map json_)
 
Properties
- adultPool ↔ bool?
 - 
  Adult pool.
  getter/setter pair
 - adultPoolException ↔ String?
 - 
  Adult pool exception.
Possible string values are:
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - hotTub ↔ bool?
 - 
  Hot tub.
  getter/setter pair
 - hotTubException ↔ String?
 - 
  Hot tub exception.
Possible string values are:
  getter/setter pair
 - indoorPool ↔ bool?
 - 
  Indoor pool.
  getter/setter pair
 - indoorPoolException ↔ String?
 - 
  Indoor pool exception.
Possible string values are:
  getter/setter pair
 - indoorPoolsCount ↔ int?
 - 
  Indoor pools count.
  getter/setter pair
 - indoorPoolsCountException ↔ String?
 - 
  Indoor pools count exception.
Possible string values are:
  getter/setter pair
 - lazyRiver ↔ bool?
 - 
  Lazy river.
  getter/setter pair
 - lazyRiverException ↔ String?
 - 
  Lazy river exception.
Possible string values are:
  getter/setter pair
 - lifeguard ↔ bool?
 - 
  Lifeguard.
  getter/setter pair
 - lifeguardException ↔ String?
 - 
  Lifeguard exception.
Possible string values are:
  getter/setter pair
 - outdoorPool ↔ bool?
 - 
  Outdoor pool.
  getter/setter pair
 - outdoorPoolException ↔ String?
 - 
  Outdoor pool exception.
Possible string values are:
  getter/setter pair
 - outdoorPoolsCount ↔ int?
 - 
  Outdoor pools count.
  getter/setter pair
 - outdoorPoolsCountException ↔ String?
 - 
  Outdoor pools count exception.
Possible string values are:
  getter/setter pair
 - pool ↔ bool?
 - 
  Pool.
  getter/setter pair
 - poolException ↔ String?
 - 
  Pool exception.
Possible string values are:
  getter/setter pair
 - poolsCount ↔ int?
 - 
  Pools count.
  getter/setter pair
 - poolsCountException ↔ String?
 - 
  Pools count exception.
Possible string values are:
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - wadingPool ↔ bool?
 - 
  Wading pool.
  getter/setter pair
 - wadingPoolException ↔ String?
 - 
  Wading pool exception.
Possible string values are:
  getter/setter pair
 - waterPark ↔ bool?
 - 
  Water park.
  getter/setter pair
 - waterParkException ↔ String?
 - 
  Water park exception.
Possible string values are:
  getter/setter pair
 - waterslide ↔ bool?
 - 
  Waterslide.
  getter/setter pair
 - waterslideException ↔ String?
 - 
  Waterslide exception.
Possible string values are:
  getter/setter pair
 - wavePool ↔ bool?
 - 
  Wave pool.
  getter/setter pair
 - wavePoolException ↔ String?
 - 
  Wave pool exception.
Possible string values are:
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited