4 lines
102 B
Dart
4 lines
102 B
Dart
class Constants {
|
|
static const VERSION = "1.0.031525+0003";
|
|
static const APP_NAME = "BugVault";
|
|
}
|