menu
swamp
swamp.dart
SwampConfig
flags property
flags
dark_mode
light_mode
flags
property
int
get
flags
Implementation
int get flags => noDarkRooms ? 0x01 : 0x00;
swamp
swamp
SwampConfig
flags property
SwampConfig class