RoomFlags extension type

on

Constructors

RoomFlags([int value = 0])
const
RoomFlags.build({bool darkRoom = false, bool playerVisibility = false, bool switchHostOnLeave = false})

Properties

isDarkRoom bool
no setter
isPlayerVisibility bool
no setter
isSwitchHostOnLeave bool
no setter
value int
final

Methods

withValues({bool? darkRoom, bool? playerVisibility, bool? switchHostOnLeave}) RoomFlags

Constants

darkRoomFlag → const int
playerVisibilityFlag → const int
switchHostOnLeaveFlag → const int