Pets class

Policies regarding guest-owned animals.

Constructors

Pets({bool? catsAllowed, String? catsAllowedException, bool? dogsAllowed, String? dogsAllowedException, bool? petsAllowed, String? petsAllowedException, bool? petsAllowedFree, String? petsAllowedFreeException})
Pets.fromJson(Map json_)

Properties

catsAllowed bool?
Cats allowed.
getter/setter pair
catsAllowedException String?
Cats allowed exception. Possible string values are:
getter/setter pair
dogsAllowed bool?
Dogs allowed.
getter/setter pair
dogsAllowedException String?
Dogs allowed exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
petsAllowed bool?
Pets allowed.
getter/setter pair
petsAllowedException String?
Pets allowed exception. Possible string values are:
getter/setter pair
petsAllowedFree bool?
Pets allowed free.
getter/setter pair
petsAllowedFreeException String?
Pets allowed free 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