4 lines
58 B
Dart
4 lines
58 B
Dart
|
|
class AppConstant {
|
||
|
|
static const String appName = "";
|
||
|
|
}
|