DEBUG_OBJ property
bool
get
DEBUG_OBJ
Implementation
static bool get DEBUG_OBJ =>
(_debugObjOverride ?? kDebugMode) && isDebugAvailable;
set
DEBUG_OBJ
(bool? value)
Implementation
static set DEBUG_OBJ(bool? value) => _debugObjOverride = value;