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 = []; }