ModelRoom constructor
ModelRoom({})
Implementation
ModelRoom({
required this.occupancy,
required this.building,
required this.roomName,
required this.beds,
required this.roomNumber,
});
ModelRoom({
required this.occupancy,
required this.building,
required this.roomName,
required this.beds,
required this.roomNumber,
});