isDebug static method
Implementation
static bool isDebug() {
bool inDebugMode = false;
assert(inDebugMode = true);
return inDebugMode;
}
static bool isDebug() {
bool inDebugMode = false;
assert(inDebugMode = true);
return inDebugMode;
}