getAC function
Phone Number JSON data for AC
Implementation
Map<String, Object?> getAC() {
return {
"generalDesc": {
"nationalNumberPattern": "(?:[01589]\\d|[46])\\d{4}",
"possibleLength": [5, 6]
},
"fixedLine": {
"nationalNumberPattern": "6[2-467]\\d{3}",
"exampleNumber": "62889",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "4\\d{4}",
"exampleNumber": "40123",
"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": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "AC",
"countryCode": 247,
"internationalPrefix": "00",
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"nationalNumberPattern": "(?:0[1-9]|[1589]\\d)\\d{4}",
"exampleNumber": "542011",
"possibleLength": [6],
"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]
}
};
}