Poi constructor
Poi({})
Implementation
Poi({
required super.id,
required super.name,
required this.buildingId,
required this.poiCategory,
required this.position,
required this.customFields,
});
Poi({
required super.id,
required super.name,
required this.buildingId,
required this.poiCategory,
required this.position,
required this.customFields,
});