possibleLength property

  1. @TagNumber(9)
List<int> possibleLength

These represent the lengths a phone number from this region can be. They will be sorted from smallest to biggest. Note that these lengths are for the full number, without country calling code or national prefix. For example, for the Swiss number +41789270000, in local format 0789270000, this would be 9. This could be used to highlight tokens in a text that may be a phone number, or to quickly prune numbers that could not possibly be a phone number for this locale.

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get possibleLength => $_getList(2);