Converts the integer value representation of a RoomType into a RoomType.
value
static RoomType fromValue(int value) => RoomType.values[value - 1];