phoneCodeToString method

String phoneCodeToString()

Implementation

String phoneCodeToString() {
  return '+$phoneCode';
}