PlaceCommodity constructor
PlaceCommodity({
- bool wifi = true,
- bool parking = true,
- bool roomService = false,
- bool audioEquipment = true,
- bool musicalInstruments = false,
- bool acousticConditioning = false,
- bool childAllowance = false,
- bool smokingAllowance = false,
- bool smokeDetector = false,
- bool publicBathroom = true,
- bool privateBathroom = false,
Implementation
PlaceCommodity({
this.wifi = true,
this.parking = true,
this.roomService = false,
this.audioEquipment = true,
this.musicalInstruments = false,
this.acousticConditioning = false,
this.childAllowance = false,
this.smokingAllowance = false,
this.smokeDetector = false,
this.publicBathroom = true,
this.privateBathroom = false,
this.sharedPlace = true
});