Files
Neo_wallet/neowallet_mobile/lib/utils/constants.dart
Manasit.K 43c32ef6cf init
2024-10-31 15:57:57 +07:00

9 lines
169 B
Dart

class Constants{
static var alert_input = "กรุณากรอกข้อมูล";
static List ordersAll = [];
static const String MULISH = "Mulish";
}