isDebug property
bool
get
isDebug
GeneralLib
Implementation
static bool get isDebug => (!Dart.isRelease && !Dart.isProfile);
GeneralLib
static bool get isDebug => (!Dart.isRelease && !Dart.isProfile);