4 lines
58 B
Dart
Raw Permalink Normal View History

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