menu
flutter_base_core package
documentation
util/property.dart
DProperty
isDebug property
isDebug property
dark_mode
light_mode
isDebug
property
bool
get
isDebug
是否是调试模式
Implementation
bool get isDebug => kDebugMode;
flutter_base_core package
documentation
util/property
DProperty
isDebug property
DProperty mixin