4 lines
70 B
Dart
Raw Normal View History

2025-08-12 15:18:38 +07:00
class AppConstant {
2025-08-13 01:17:00 +07:00
static const String appName = "Apskel Owner";
2025-08-12 15:18:38 +07:00
}