import 'package:get/get.dart'; class NotificationModeState { var emailReceiverList = [].obs; var phoneReceiverList = [].obs; var countryName = '中国'.obs; var countryCode = 86.obs; }