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