2025-08-13 01:17:00 +07:00

4 lines
70 B
Dart

class AppConstant {
static const String appName = "Apskel Owner";
}