getSH function
Phone Number JSON data for SH
Implementation
Map<String, Object?> getSH() {
return {
"generalDesc": {
"nationalNumberPattern": "(?:[256]\\d|8)\\d{3}",
"possibleLength": [4, 5]
},
"fixedLine": {
"nationalNumberPattern": "2(?:[0-57-9]\\d|6[4-9])\\d\\d",
"exampleNumber": "22158",
"possibleLength": [4, 5],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "[56]\\d{4}",
"exampleNumber": "51234",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"nationalNumberPattern": "262\\d\\d",
"exampleNumber": "26212",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"id": "SH",
"countryCode": 290,
"internationalPrefix": "00",
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": true,
"leadingDigits": "[256]",
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}