import 'build.config.dart'; class BuildReleaseConfig implements BuildConfig { @override bool get isDebug => false; }