_isdebug
The _isdebug constant stores the value of efw.isdebug.
Sample
if (_isdebug){
"Now it is the debug mode.".debug();
}
The _isdebug constant stores the value of efw.isdebug.
if (_isdebug){
"Now it is the debug mode.".debug();
}