Facility constructor
Facility({})
Implementation
Facility({
required this.name,
required this.type,
required this.roomNumber,
required this.contact,
required this.hours,
required this.imageUrl,
this.isBookmarked = false,
});