getDebugFlag static method
@brief Gets the state of a debug flag. @param flag The debug flag to query @see DebugFlag "DebugFlag". @return true if the debug flag is enabled, false otherwise.
Implementation
static bool getDebugFlag(DebugFlag flag) => $prototype.getDebugFlag(flag);