first commit
This commit is contained in:
12
lib/services/global_var.dart
Normal file
12
lib/services/global_var.dart
Normal 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 = [];
|
||||
}
|
Reference in New Issue
Block a user