LivingAreaLayout constructor

LivingAreaLayout({
  1. bool? balcony,
  2. String? balconyException,
  3. double? livingAreaSqMeters,
  4. String? livingAreaSqMetersException,
  5. bool? loft,
  6. String? loftException,
  7. bool? nonSmoking,
  8. String? nonSmokingException,
  9. bool? patio,
  10. String? patioException,
  11. bool? stairs,
  12. String? stairsException,
})

Implementation

LivingAreaLayout({
  this.balcony,
  this.balconyException,
  this.livingAreaSqMeters,
  this.livingAreaSqMetersException,
  this.loft,
  this.loftException,
  this.nonSmoking,
  this.nonSmokingException,
  this.patio,
  this.patioException,
  this.stairs,
  this.stairsException,
});