getGL function
Phone Number JSON data for GL
Implementation
Map<String, Object?> getGL() {
return {
"generalDesc": {
"nationalNumberPattern": "(?:19|[2-689]\\d|70)\\d{4}",
"possibleLength": [6]
},
"fixedLine": {
"nationalNumberPattern": "(?:19|3[1-7]|[68][1-9]|70|9\\d)\\d{4}",
"exampleNumber": "321000",
"possibleLength": [6],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "[245]\\d{5}",
"exampleNumber": "221234",
"possibleLength": [6],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "80\\d{4}",
"exampleNumber": "801234",
"possibleLength": [6],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"nationalNumberPattern": "3[89]\\d{4}",
"exampleNumber": "381234",
"possibleLength": [6],
"possibleLengthLocalOnly": [-1]
},
"id": "GL",
"countryCode": 299,
"internationalPrefix": "00",
"sameMobileAndFixedLinePattern": false,
"numberFormat": [
{
"pattern": "(\\d{2})(\\d{2})(\\d{2})",
"format": "\$1 \$2 \$3",
"leadingDigitsPattern": ["19|[2-9]"],
"nationalPrefixOptionalWhenFormatting": false
}
],
"intlNumberFormat": [
{
"pattern": "(\\d{2})(\\d{2})(\\d{2})",
"format": "\$1 \$2 \$3",
"leadingDigitsPattern": ["19|[2-9]"],
"nationalPrefixOptionalWhenFormatting": false
}
],
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"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]
}
};
}