isDebugMode constant

bool const isDebugMode

Implementation

static const bool isDebugMode =
    bool.fromEnvironment("dart.vm.product") == false;