// SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC // SPDX-License-Identifier: BSD-3-Clause import 'build.config.dart'; class BuildReleaseConfig implements BuildConfig { @override bool get isDebug => false; }