isDebug property

bool get isDebug

是否开启调试模式

Implementation

bool get isDebug => _initEntity?.isDebug ?? false;