TIF_E41201615/lib/data/enums/environment_enum.dart

4 lines
48 B
Dart

enum BuildConfigEnum {
staging,
production
}