getPhoneCountryCode method

String getPhoneCountryCode()

Implementation

String getPhoneCountryCode() {
  return _phoneCountryCode??"";
}