getTK function
Phone Number JSON data for TK
Implementation
Map<String, Object?> getTK() {
return {
"generalDesc": {
"nationalNumberPattern": "[2-47]\\d{3,6}",
"possibleLength": [4, 5, 6, 7]
},
"fixedLine": {
"nationalNumberPattern": "(?:2[2-4]|[34]\\d)\\d{2,5}",
"exampleNumber": "3101",
"possibleLength": [4, 5, 6, 7],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "7[2-4]\\d{2,5}",
"exampleNumber": "7290",
"possibleLength": [4, 5, 6, 7],
"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": "TK",
"countryCode": 690,
"internationalPrefix": "00",
"sameMobileAndFixedLinePattern": 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]
}
};
}