devMode top-level property
read / write
Whether the app is currently running in debug mode
Implementation
bool devMode = !testMode && !kReleaseMode;
Whether the app is currently running in debug mode
bool devMode = !testMode && !kReleaseMode;