intlNumberFormat property

  1. @TagNumber(20)
List<NumberFormat> intlNumberFormat

This field is populated only when the national significant number is formatted differently when it forms part of the INTERNATIONAL format and NATIONAL format. A case in point is mobile numbers in Argentina: The number, which would be written in INTERNATIONAL format as +54 9 343 555 1212, will be written as 0343 15 555 1212 for NATIONAL format. In this case, the prefix 9 is inserted when dialling from overseas, but otherwise the prefix 0 and the carrier selection code 15 (inserted after the area code of 343) is used. Note: this field is populated by setting a value for

Examples: To set the

To have a format only used for national formatting, set

Implementation

@$pb.TagNumber(20)
$core.List<NumberFormat> get intlNumberFormat => $_getList(18);