toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final airConditioning = this.airConditioning;
final airConditioningException = this.airConditioningException;
final bathtub = this.bathtub;
final bathtubException = this.bathtubException;
final bidet = this.bidet;
final bidetException = this.bidetException;
final dryer = this.dryer;
final dryerException = this.dryerException;
final electronicRoomKey = this.electronicRoomKey;
final electronicRoomKeyException = this.electronicRoomKeyException;
final fireplace = this.fireplace;
final fireplaceException = this.fireplaceException;
final hairdryer = this.hairdryer;
final hairdryerException = this.hairdryerException;
final heating = this.heating;
final heatingException = this.heatingException;
final inunitSafe = this.inunitSafe;
final inunitSafeException = this.inunitSafeException;
final inunitWifiAvailable = this.inunitWifiAvailable;
final inunitWifiAvailableException = this.inunitWifiAvailableException;
final ironingEquipment = this.ironingEquipment;
final ironingEquipmentException = this.ironingEquipmentException;
final payPerViewMovies = this.payPerViewMovies;
final payPerViewMoviesException = this.payPerViewMoviesException;
final privateBathroom = this.privateBathroom;
final privateBathroomException = this.privateBathroomException;
final shower = this.shower;
final showerException = this.showerException;
final toilet = this.toilet;
final toiletException = this.toiletException;
final tv = this.tv;
final tvCasting = this.tvCasting;
final tvCastingException = this.tvCastingException;
final tvException = this.tvException;
final tvStreaming = this.tvStreaming;
final tvStreamingException = this.tvStreamingException;
final universalPowerAdapters = this.universalPowerAdapters;
final universalPowerAdaptersException =
this.universalPowerAdaptersException;
final washer = this.washer;
final washerException = this.washerException;
return {
'airConditioning': ?airConditioning,
'airConditioningException': ?airConditioningException,
'bathtub': ?bathtub,
'bathtubException': ?bathtubException,
'bidet': ?bidet,
'bidetException': ?bidetException,
'dryer': ?dryer,
'dryerException': ?dryerException,
'electronicRoomKey': ?electronicRoomKey,
'electronicRoomKeyException': ?electronicRoomKeyException,
'fireplace': ?fireplace,
'fireplaceException': ?fireplaceException,
'hairdryer': ?hairdryer,
'hairdryerException': ?hairdryerException,
'heating': ?heating,
'heatingException': ?heatingException,
'inunitSafe': ?inunitSafe,
'inunitSafeException': ?inunitSafeException,
'inunitWifiAvailable': ?inunitWifiAvailable,
'inunitWifiAvailableException': ?inunitWifiAvailableException,
'ironingEquipment': ?ironingEquipment,
'ironingEquipmentException': ?ironingEquipmentException,
'payPerViewMovies': ?payPerViewMovies,
'payPerViewMoviesException': ?payPerViewMoviesException,
'privateBathroom': ?privateBathroom,
'privateBathroomException': ?privateBathroomException,
'shower': ?shower,
'showerException': ?showerException,
'toilet': ?toilet,
'toiletException': ?toiletException,
'tv': ?tv,
'tvCasting': ?tvCasting,
'tvCastingException': ?tvCastingException,
'tvException': ?tvException,
'tvStreaming': ?tvStreaming,
'tvStreamingException': ?tvStreamingException,
'universalPowerAdapters': ?universalPowerAdapters,
'universalPowerAdaptersException': ?universalPowerAdaptersException,
'washer': ?washer,
'washerException': ?washerException,
};
}