BuildingModel constructor
BuildingModel({})
Implementation
BuildingModel({
this.name,
this.city,
this.country,
this.heightInMetres,
this.heightInFt,
this.numberOfFloors,
this.numberOfBelowGroundFloors,
this.establishedIn,
});