nationalSignificantNumber property

int? nationalSignificantNumber
final

The number of digits that allow to uniquely identify a number within the country. It excludes the country code and any trunk code or access code. It includes the mobile prefix towards the total number of digits.

This can be used to validate the length of the phone input.

Returns null if country doesn't have concrete value for NSN.

Warning

The provided NSN might not be accurate. Please read the link below to make sure that the possible range of countries that your user might select is correct.

For more info: https://en.wikipedia.org/wiki/List_of_mobile_telephone_prefixes_by_country

Implementation

final int? nationalSignificantNumber;