BuildingInfo constructor
BuildingInfo({})
Implementation
BuildingInfo({
required super.id,
required super.name,
required this.building,
required this.floors,
required this.indoorPois,
required this.outdoorPois,
required this.geofences,
required this.events,
});