currentCountryCode property
String
get
currentCountryCode
获取当前国家代码
Implementation
static String get currentCountryCode => Get.locale?.countryCode ?? 'CN';
获取当前国家代码
static String get currentCountryCode => Get.locale?.countryCode ?? 'CN';