isDebugMode top-level property

bool isDebugMode

Implementation

bool get isDebugMode =>
    Platform.executableArguments.contains('--enable-asserts');