debug property

bool debug

Checks the current settings of debug mode (this mode is set independently to kDebugMode) and is usable in profile/release mode. This value is also provided to BaseLocalization during Control.initControl and to various other classes.

Implementation

static bool get debug => factory.debug;