first commit

This commit is contained in:
kicap
2023-08-18 01:07:57 +08:00
commit 3b437c4f82
320 changed files with 10503 additions and 0 deletions

View File

@ -0,0 +1,12 @@
import '../models/all_currency.dart';
import '../models/all_info_model.dart';
import '../models/my_response.dart';
class GlobalVar {
String backPressed = 'backNormal';
MyResponseModel? myResponseModel;
AllCurrencyModel? allCurrencyModel;
dynamic jsonAllCurrency;
List<AllInfoModel> allInfoModel = [];
}