class AppConfig { static const String apiBaseUrl = String.fromEnvironment( 'API_BASE_URL', defaultValue: 'http://10.77.234.29:3000', ); }