getCM function
Short Number JSON data for CM
Implementation
Map<String, Object?> getCM() {
return {
"generalDesc": {
"nationalNumberPattern": "[18]\\d{1,3}",
"possibleLength": [2, 3, 4]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "1(?:1[37]|[37])",
"exampleNumber": "13",
"possibleLength": [2, 3],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "CM",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "1(?:1[37]|[37])",
"exampleNumber": "13",
"possibleLength": [2, 3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern": "1(?:1[37]|[37])|8711",
"exampleNumber": "13",
"possibleLength": [2, 3, 4],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern": "871\\d",
"exampleNumber": "8710",
"possibleLength": [4],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "871\\d",
"exampleNumber": "8710",
"possibleLength": [4],
"possibleLengthLocalOnly": [-1]
}
};
}