You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 line
447 B

  1. // ignore_for_file: public_member_api_docs, sort_constructors_first
  2. import 'package:shamsi_date/shamsi_date.dart';
  3. import 'package:qadirneyriz/services/global/global.dart';
  4. import 'package:qadirneyriz/utils/hive/user_local_db.dart';
  5. class AppSetting {
  6. UserLocalDb userLocalDb;
  7. GlobalServices globalServices;
  8. Jalali timeNow;
  9. AppSetting({
  10. required this.userLocalDb,
  11. required this.globalServices,
  12. required this.timeNow,
  13. });
  14. }