import 'package:get/get.dart'; class NotificationModeState { var inputEmailStr = ''.obs; // 输入的邮箱地址 var emailReceiverList = [].obs; var phoneReceiverList = [].obs; var countryName = '中国'.obs; var countryCode = '86'.obs; }