devMode top-level property

bool devMode
read / write

Whether the app is currently running in debug mode

Implementation

bool devMode = !testMode && !kReleaseMode;