isDarkRoom property

bool get isDarkRoom

Whether the room is a dark room.

Implementation

bool get isDarkRoom => value & darkRoomFlag != 0;