Families class

Services and amenities for families and young guests.

Constructors

Families({bool? babysitting, String? babysittingException, bool? kidsActivities, String? kidsActivitiesException, bool? kidsClub, String? kidsClubException, bool? kidsFriendly, String? kidsFriendlyException})
Families.fromJson(Map json_)

Properties

babysitting bool?
Babysitting.
getter/setter pair
babysittingException String?
Babysitting exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kidsActivities bool?
Kids activities.
getter/setter pair
kidsActivitiesException String?
Kids activities exception. Possible string values are:
getter/setter pair
kidsClub bool?
Kids club.
getter/setter pair
kidsClubException String?
Kids club exception. Possible string values are:
getter/setter pair
kidsFriendly bool?
Kids friendly.
getter/setter pair
kidsFriendlyException String?
Kids friendly exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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