formatted_phone_number property

String formatted_phone_number
read / write

The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user.

Implementation

late String formatted_phone_number;