isDebug constant
bool
const isDebug
Indicates whether the app is running in debug mode.
Implementation
static const bool isDebug = kDebugMode;
Indicates whether the app is running in debug mode.
static const bool isDebug = kDebugMode;