3 lines
89 B
Dart
3 lines
89 B
Dart
class EnvironmentConfig {
|
|
static const test_env = String.fromEnvironment('test_env');
|
|
} |