isTestMode property

bool isTestMode
getter/setter pair

Flag to indicate if the app is running in test mode. When true, certain operations like timezone configuration are skipped, and in-memory cache is used instead of file-based cache.

Implementation

static bool isTestMode = false;