isDebug top-level property

bool isDebug

Check whether running in debug mode

Implementation

bool get isDebug => !isRelease;