currentCountryCode property

String get currentCountryCode

获取当前国家代码

Implementation

static String get currentCountryCode => Get.locale?.countryCode ?? 'CN';