internationalPhoneNumber property

  1. @BuiltValueField(wireName: r'international_phone_number')
String? internationalPhoneNumber

Contains the place's phone number in international format. International format includes the country code, and is prefixed with the plus, +, sign. For example, the international_phone_number for Google's Sydney, Australia office is +61 2 9374 4000.

Implementation

@BuiltValueField(wireName: r'international_phone_number')
String? get internationalPhoneNumber;