phoneNumber property
The phone number of the store, including '+' and country code in the E.164 format. If passed in a different format, we convert and validate the phone number against E.164.
Implementation
@BuiltValueField(wireName: r'phoneNumber')
String? get phoneNumber;