inDebugMode property

bool inDebugMode

Determines if running in an IDE or in production.

Implementation

bool get inDebugMode => appState?.inDebugMode ?? false;