debugMode property

bool debugMode
final

If true sets the debug mode, to avoid Isolate issues while debugging.

  • Set by environment variable: "DART_SPAWNER_DEBUG".

Implementation

static final bool debugMode = _getEnvAsBool('DART_SPAWNER_DEBUG') ?? false;