/* * Copyright (c) 2023. Open Mobile Platform LLC. * License: Proprietary. */ import 'build.config.dart'; class BuildDebugConfig implements BuildConfig { @override bool get isDebug => true; }