```dart bool get isDebug { bool inDebugMode = false; assert(inDebugMode = true); return inDebugMode; } ``` this should be in `fa_dart_core` as this doesnt have any flutter dependency
this should be in
fa_dart_coreas this doesnt have any flutter dependency