isDebug method

bool isDebug()

是否debug模式(默认非debug模式)

Implementation

bool isDebug() {
  return MemoryUtils.instance.getBool(_debugKey, defaultValue: false);
}