Pets constructor
Pets({})
Implementation
Pets({
this.catsAllowed,
this.catsAllowedException,
this.dogsAllowed,
this.dogsAllowedException,
this.petsAllowed,
this.petsAllowedException,
this.petsAllowedFree,
this.petsAllowedFreeException,
});